Create a list with the observed data with the information provided by its main argument.
calibration_data(setup, path = ".", file = NULL, verbose = TRUE, ...)
A data.frame with the information about the calibration,
normally created with the calibration_setup
function.
See details.
Path to the directory to look up for the data. Paths in setup are considered relatives to this path.
Optional file to save the created object (as an 'rds' file.)
If TRUE, detailed messages of the process are printed.
Additional arguments to read.csv
function
to read the data files.
A list with the observed data needed for a calibration, to be used
in combination with the calibration_objFn
.