View source: R/idiographic_ml.R
| predict.idioml_result | R Documentation |
Predict from an idiographic ML result
## S3 method for class 'idioml_result'
predict(
object,
newdata = NULL,
scope = c("pooled", "individual"),
model = NULL,
estimator = NULL,
type = c("response", "class"),
...
)
object |
An |
newdata |
Optional new data. If |
scope |
|
model |
Fitted model name to use. Default is the first fitted model. |
estimator |
Fitted estimator/backend for |
type |
|
... |
Ignored. |
A data.frame of predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.