getCalibrationInfo: Get information to run a calibration using the 'calibrar'...

Description Usage Arguments Value Author(s) See Also

View source: R/calibraR-main.R

Description

A wrapper for read.csv checking column names and data types for the table with the calibration information.

Usage

1
2
getCalibrationInfo(path, file = "calibrationInfo.csv",
  stringsAsFactors = FALSE, ...)

Arguments

path

The path to look for the file.

file

The file with the calibration information, see details.

stringsAsFactors

To be passed to read.csv.

...

Additional arguments to read.csv function.

Value

A data.frame with the information for the calibration of a model, to be used with the createObjectiveFunction and getObservedData.

Author(s)

Ricardo Oliveros-Ramos

See Also

createObjectiveFunction, getObservedData.


calibrar documentation built on May 2, 2019, 10:58 a.m.