diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-11-16 14:55:06 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-11-16 14:55:06 +0100 |
commit | 76a0aae725f4d603b3c8e8442bb67081891986b4 (patch) | |
tree | 1d4f29bd618c00997a9c1247691d9ad45528724e /man/add_err.Rd | |
parent | 545d4bdfe1fc532f6d5d1718ee08444430d2976f (diff) |
Add the code used for generating synthetic_data_for_UBA
Static documentation except articles rebuilt by pkgdown
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. } |