predict.MIAmaxent_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 'MIAmaxent_iwlr'
predict(object, newdata, type = "PRO", ...)
Arguments
object |
Model of class "MIAmaxent_iwlr" |
newdata |
Data frame containing variables with which to predict |
type |
Type of model output: "PRO" or "raw" |
[Package MIAmaxent version 1.3.1 Index]