The class Combined1
represents and stores information for the error model Combined1.
Combined1(
output = character(0),
equation = expression(sigmaInter + sigmaSlope * output),
derivatives = list(),
sigmaInter = 0,
sigmaSlope = 0,
sigmaInterFixed = FALSE,
sigmaSlopeFixed = FALSE,
cError = 1
)
A string giving the model error output.
A expression giving the model error equation.
A list giving the derivatives of the model error equation.
A double giving the sigma inter.
A double giving the sigma slope
A Boolean giving if the sigma inter is fixed or not. - not in the v7.0
A Boolean giving if the sigma slope is fixed or not. - not in the v7.0
A integer giving the power parameter.