Last data update: 2014.03.03

R: Remove I() Tags From Formula
removeIR Documentation

Remove I() Tags From Formula

Description

Remove I() tags from a formula. Used in the process of computing the symbolic derivative of the right hand side of a formula.

Usage

removeI(inString)

Arguments

inString

a character object

Value

removeI returns a character object identical to inString but with any I() tags removed

Author(s)

Michael Lipsitz, Alexandre Belloni, Victor Chernozhukov, Ivan Fernandez-Val

See Also

formulaDeriv

Results