fitted.metapred {metamisc} | R Documentation |
Extract Model Fitted Values
Description
Extract the fitted values of a metapred
object. By default returns fitted values of the model in the
cross-validation procedure.
Usage
## S3 method for class 'metapred'
fitted(
object,
select = "cv",
step = NULL,
model = NULL,
as.stratified = TRUE,
type = "response",
...
)
Arguments
object |
object of class metapred |
select |
character. Select fitted values from "cv" (default) or from "global" model. |
step |
character or numeric. Name or number of step to select if |
model |
character or numeric. Name or number of model to select if |
as.stratified |
logical. |
type |
character. Type of fitted value. |
... |
For compatibility only. |
Details
Function still under development, use with caution.
Only returns type = "response".
Author(s)
Valentijn de Jong
[Package metamisc version 0.4.0 Index]