Predict method for hpaML
# S3 method for hpaML
predict(object, ..., newdata = matrix(c(0)))
This function returns predictions based on
hpaML
estimation results.
Object of class "hpaML"
further arguments (currently ignored)
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.