predict.larf {LARF} | R Documentation |
Predict new outcomes based on the model fitted by larf
.
## S3 method for class 'larf'
predict(object, newCov, newTreatment, ...)
object |
an object of class |
newCov |
A matrix containing the new covariates. |
newTreatment |
A vector containing the new binary treatment. |
... |
currently not used. |
Predicted outcomes are based on the estimated coefficients and new covariates and/or new treatment. The predicted outcomes are probabilities when the outcome is binary.
predicted.values |
The function returns a vector of the predicted outcomes. |
Weihua An and Xuefu Wang, Departments of Statistics and Sociology, Indiana University Bloomington