predict_hpaML {hpa} | R Documentation |
Predict method for hpaML
Description
Predict method for hpaML
Usage
predict_hpaML(object, newdata = matrix(1, 1))
Arguments
object |
Object of class "hpaML" |
newdata |
An optional data frame (for hpaBinary and hpaSelection) or numeric matrix (for hpaML) in which to look for variables with which to predict. If omitted, the original data frame (matrix) used. |
Value
This function returns predictions based
on hpaML
estimation results.
[Package hpa version 1.3.3 Index]