removeI {quantreg.nonpar} | R 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
[Package quantreg.nonpar version 1.0 Index]