getCovariate.data.frame | R Documentation |
The right hand side of form
, stripped of any conditioning
expression (i.e. an expression following a |
operator), is
evaluated in object
.
## S3 method for class 'data.frame'
getCovariate(object, form, data)
object |
an object inheriting from class |
form |
an optional formula specifying the covariate to be
evaluated in |
data |
some methods for this generic require a separate data frame. Not used in this method. |
the value of the right hand side of form
, stripped of
any conditional expression, evaluated in object
.
José Pinheiro and Douglas Bates bates@stat.wisc.edu
getCovariateFormula
getCovariate(Orthodont)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.