Learn R Programming

PFIM (version 5.0)

ModelError-class: Class "ModelError" representing a Model error.

Description

A class storing information concerning the model errors for the models in the LibraryOfModels.

Arguments

Objects from the class

Objects form the class ModelError can be created by calls of the form ModelError(...) where (...) are the parameters for the ModelError objects.

Slots for Administration objects

equation:

Expression giving the equations of the model.

derivates:

Expression giving the derivatives of the model.

sigma_inter, sigma_slope:

Numerics giving the parameters for the residual variance error model.

c_error:

A numeric taking the values 0 or 1. The ModelError is Proportional when sigma_inter = 0 and c_error = 1. The ModelError isProportionalC: When sigma_inter = 0 and c_error != 1.