Learn R Programming

calibrar (version 0.9.0)

calibrar-defunct: Defunct functions in package calibrar.

Description

The functions listed below are defunct. When possible, alternative functions with similar functionality are also mentioned. Help pages for defunct functions are available at help("<function>-defunct").

Usage

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

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

createObjectiveFunction( runModel, info, observed, aggFn = .weighted.sum, aggregate = FALSE, ... )

Arguments

<code>getObservedData</code>

Deprecated in v0.3, defunct in v0.9. For getObservedData, use calibration_data.

<code>getCalibrationInfo</code>

Deprecated in v0.3, defunct in v0.9. For getCalibrationInfo, use calibration_setup.

<code>createObjectiveFunction</code>

Deprecated in v0.3, defunct in v0.9. For createObjectiveFunction, use calibration_objFn.