enmpa_calibration {enmpa} | R Documentation |
Constructor of S3 objects of class enmpa_calibration
Description
Constructor of S3 objects of class enmpa_calibration
Usage
new_enmpa_calibration(selected, summary, calibration_results, data,
partitioned_data, weights = NULL)
Arguments
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. |
Value
An S3 object of class enmpa_calibration
.
[Package enmpa version 0.1.8 Index]