enmpa_calibration | R Documentation |
Constructor of S3 objects of class enmpa_calibration
new_enmpa_calibration(selected, summary, calibration_results, data,
partitioned_data, weights = NULL)
selected |
date.frame with information about selected models. |
summary |
data.frame a summary of statistics for all models. |
calibration_results |
data.frame with results obtained from cross-validation for all models. |
data |
data.frame or matrix with the input data used for calibration. |
partitioned_data |
a list of partition indices. |
weights |
(numeric) a vector with the weights for observations. Default = NULL. |
An S3 object of class enmpa_calibration
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.