From 76a0aae725f4d603b3c8e8442bb67081891986b4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2017 14:55:06 +0100 Subject: Add the code used for generating synthetic_data_for_UBA Static documentation except articles rebuilt by pkgdown --- docs/reference/add_err.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'docs/reference/add_err.html') diff --git a/docs/reference/add_err.html b/docs/reference/add_err.html index 046eabf5..d56a8728 100644 --- a/docs/reference/add_err.html +++ b/docs/reference/add_err.html @@ -86,12 +86,7 @@ @@ -112,7 +107,7 @@ may depend on the predicted value and is specified as a standard deviation.

-
add_err(prediction, sdfunc,
+    
add_err(prediction, sdfunc, secondary = c("M1", "M2"),
           n = 1000, LOD = 0.1, reps = 2,
           digits = 1, seed = NA)
@@ -129,6 +124,10 @@ a standard deviation that should be used for generating the random error terms for this value.

+ + secondary +

The names of state variables that should have an initial value of zero

+ n

The number of datasets to be generated.

-- cgit v1.2.1