predict.fitFRESA {FRESA.CAD} | R Documentation |
Linear or probabilistic prediction
Description
This function returns the predicted outcome of a specific model. The model is used to generate linear predictions. The probabilistic values are generated using the logistic transformation on the linear predictors.
Usage
## S3 method for class 'fitFRESA'
predict(object,
...)
Arguments
object |
An object of class fitFRESA containing the model to be analyzed |
... |
A list with: testdata=testdata;predictType=c("linear","prob") and impute=FALSE. If impute is set to TRUE it will use the object model to impute missing data |
Value
A vector with the predicted values
Author(s)
Jose G. Tamez-Pena and Antonio Martinez-Torteya
See Also
[Package FRESA.CAD version 3.4.8 Index]