diff options
Diffstat (limited to 'man/add_err.Rd')
-rw-r--r-- | man/add_err.Rd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/add_err.Rd b/man/add_err.Rd index 808edbc6..e098d95c 100644 --- a/man/add_err.Rd +++ b/man/add_err.Rd @@ -9,7 +9,7 @@ may depend on the predicted value and is specified as a standard deviation. } \usage{ - add_err(prediction, sdfunc, + add_err(prediction, sdfunc, secondary = c("M1", "M2"), n = 1000, LOD = 0.1, reps = 2, digits = 1, seed = NA) } @@ -22,6 +22,9 @@ a standard deviation that should be used for generating the random error terms for this value. } + \item{secondary}{ + The names of state variables that should have an initial value of zero + } \item{n}{ The number of datasets to be generated. } |