From e81b7444f869508a5000acc6f696eab7e35e5778 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 21 Oct 2019 22:49:26 +0200 Subject: Quote percent signs in Rhelp files Static documentation rebuilt by pkgdown --- docs/reference/synthetic_data_for_UBA_2014.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/reference/synthetic_data_for_UBA_2014.html') diff --git a/docs/reference/synthetic_data_for_UBA_2014.html b/docs/reference/synthetic_data_for_UBA_2014.html index f23b77b0..eb5b8c65 100644 --- a/docs/reference/synthetic_data_for_UBA_2014.html +++ b/docs/reference/synthetic_data_for_UBA_2014.html @@ -249,7 +249,7 @@ Compare also the code in the example section to see the degradation models." /> # d_rep = data.frame(lapply(d_long, rep, each = 2)) # d_rep$value = rnorm(length(d_rep$value), d_rep$value, sdfunc(d_rep$value)) # -# d_rep[d_rep$time == 0 & d_rep$name +# d_rep[d_rep$time == 0 & d_rep$name %in% c("M1", "M2"), "value"] <- 0 # d_NA <- transform(d_rep, value = ifelse(value < LOD, NA, value)) # d_NA$value <- round(d_NA$value, 1) # return(d_NA) @@ -282,8 +282,8 @@ Compare also the code in the example section to see the degradation models." /> quiet = TRUE) plot_sep(fit)
summary(fit)
#> mkin version used for fitting: 0.9.49.6 #> R version used for fitting: 3.6.1 -#> Date of fit: Mon Oct 21 22:46:31 2019 -#> Date of summary: Mon Oct 21 22:46:31 2019 +#> Date of fit: Mon Oct 21 22:49:25 2019 +#> Date of summary: Mon Oct 21 22:49:25 2019 #> #> Equations: #> d_parent/dt = - k_parent * parent @@ -292,7 +292,7 @@ Compare also the code in the example section to see the degradation models." /> #> #> Model predictions using solution type deSolve #> -#> Fitted using 847 model solutions performed in 2.45 s +#> Fitted using 847 model solutions performed in 2.43 s #> #> Error model: Constant variance #> -- cgit v1.2.1