enmpa_calibration: Constructor of S3 objects of class enmpa_calibration

enmpa_calibrationR 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.


enmpa documentation built on June 13, 2025, 1:10 a.m.