aboutsummaryrefslogtreecommitdiff
path: root/man/add_err.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-11-16 14:55:06 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-11-16 14:55:06 +0100
commit76a0aae725f4d603b3c8e8442bb67081891986b4 (patch)
tree1d4f29bd618c00997a9c1247691d9ad45528724e /man/add_err.Rd
parent545d4bdfe1fc532f6d5d1718ee08444430d2976f (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.Rd5
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.
}

Contact - Imprint