Learn R Programming

quantreg.nonpar (version 1.0)

removeI: 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

See Also

formulaDeriv