predict.iwlr {MIAmaxent} | R Documentation |
Predict method for infinitely-weighted logistic regression
Description
Returns model predictions for new data in "PRO" or "raw" format.
Usage
## S3 method for class 'iwlr'
predict(object, newdata, type = "PRO", ...)
Arguments
object |
Model of class "iwlr" |
newdata |
Data frame containing variables with which to predict |
type |
Type of model output: "PRO" or "raw" |
[Package MIAmaxent version 1.2.0 Index]