predict.hpaML: Predict method for hpaML

predict.hpaMLR Documentation

Predict method for hpaML

Description

Predict method for hpaML

Usage

## S3 method for class 'hpaML'
predict(object, ..., newdata = matrix(c(0)))

Arguments

object

Object of class "hpaML"

...

further arguments (currently ignored)

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.


hpa documentation built on May 31, 2023, 8:25 p.m.

Related to predict.hpaML in hpa...