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

getObservedData(info, path, data.folder = "data", ...)

Arguments

info

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

path

Path to the directory to look up for the data.

data.folder

folder in the path containing the data.

...

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

Author

Ricardo Oliveros-Ramos