predict-Maxnet-method: Predict Maxnet

predict,Maxnet-methodR Documentation

Predict Maxnet

Description

Predict the output for a new dataset from a trained Maxnet model.

Usage

## S4 method for signature 'Maxnet'
predict(
  object,
  data,
  type = c("link", "exponential", "cloglog", "logistic"),
  clamp = TRUE
)

Arguments

object

Maxnet object.

data

data.frame with the data for the prediction.

type

character. Maxnet output type, possible values are "link", "exponential", "cloglog" and "logistic".

clamp

logical for clumping during prediction.

Details

Used by the predict,SDMmodel-method, not exported.

Value

A vector with the predicted values.

Author(s)

Sergio Vignali


SDMtune documentation built on July 9, 2023, 6:03 p.m.