getX | R Documentation |
Uses the user-specified formula to build a model matrix.
getX(object, ...)
## S4 method for signature 'formula'
getX(object, df, newdf = df)
object |
object of relevant class (see signature of method) |
... |
additional argument list that might never be used |
df |
the data.frame to build the model matrix against. |
newdf |
the data.frame to create the model matrix for. |
a matrix.
getX
is intended to be used internally
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.