Learn R Programming

PFIM (version 7.0)

ModelError: ModelError

Description

The class ModelError is used to defined a model error.

Usage

ModelError(
  output = "output",
  equation = expression(),
  derivatives = list(),
  sigmaInter = 0.1,
  sigmaSlope = 0,
  sigmaInterFixed = FALSE,
  sigmaSlopeFixed = FALSE,
  cError = 1
)

Arguments

output

A string giving the model error output.

equation

A expression giving the model error equation.

derivatives

A list giving the derivatives of the model error equation.

sigmaInter

A double giving the sigma inter.

sigmaSlope

A double giving the sigma slope

sigmaInterFixed

A boolean giving if the sigma inter is fixed or not. - not in the v7.0

sigmaSlopeFixed

A boolean giving if the sigma slope is fixed or not. - not in the v7.0

cError

A integer giving the power parameter.

Details

ModelError