calibration_data: Get observed data for the calibration of a model

View source: R/calibraR-main.R

calibration_dataR Documentation

Get observed data for the calibration of a model

Description

Create a list with the observed data with the information provided by its main argument.

Usage

calibration_data(setup, path = ".", file = NULL, verbose = TRUE, ...)

Arguments

setup

A data.frame with the information about the calibration, normally created with the calibration_setup function. See details.

path

Path to the directory to look up for the data. Paths in setup are considered relatives to this path.

file

Optional file to save the created object (as an 'rds' file.)

verbose

If TRUE, detailed messages of the process are printed.

...

Additional arguments to read.csv function to read the data files.

Value

A list with the observed data needed for a calibration, to be used in combination with the calibration_objFn.

Author(s)

Ricardo Oliveros-Ramos

See Also

calibration_objFn, calibration_setup.


roliveros-ramos/calibrar documentation built on March 15, 2024, 12:08 a.m.