| Constant | R Documentation |
The class Constant represents and stores information for the error model Constant.
Constant(
output = character(0),
equation = expression(sigmaInter),
derivatives = list(),
sigmaInter = 0,
sigmaSlope = 0,
sigmaInterFixed = FALSE,
sigmaSlopeFixed = FALSE,
cError = 1
)
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. |
sigmaSlopeFixed |
A boolean giving if the sigma slope is fixed or not. |
cError |
A integer giving the power parameter. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.