Description Usage Arguments Details Value Examples
integrated_predictor
defines a data object containing predictor data
that can be passed to an integrated_data constructor.
1 2 3 4 5 6 7 8 9 | add_predictors(formula, data)
is.integrated_predictor(object)
## S3 method for class 'integrated_predictor'
print(x, ...)
## S3 method for class 'integrated_predictor'
summary(object, ...)
|
formula |
formula specifying the predictor structure (see lmer for details) |
data |
a single data input (see details for descriptions of possible input types) |
object |
an |
x |
an |
... |
additional arguments to print and summary methods (currently ignored) |
Add something.
An object of class integrated_predictor
, which contains information on predictors and
can be passed to an integrated_data constructor.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.