From 37cb2b4b793fa699d033632158e3604c37678c20 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 7 Nov 2020 13:31:57 +0100 Subject: Update static docs for dev version --- docs/dev/reference/summary.nlme.mmkin.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/dev/reference/summary.nlme.mmkin.html') diff --git a/docs/dev/reference/summary.nlme.mmkin.html b/docs/dev/reference/summary.nlme.mmkin.html index 38f53122..d35e8713 100644 --- a/docs/dev/reference/summary.nlme.mmkin.html +++ b/docs/dev/reference/summary.nlme.mmkin.html @@ -156,7 +156,7 @@ endpoints such as formation fractions and DT50 values. Optionally
# S3 method for nlme.mmkin
-summary(
+summary(
   object,
   data = FALSE,
   verbose = FALSE,
@@ -260,13 +260,13 @@ José Pinheiro and Douglas Bates for the components inherited from nlme

# Evaluate using mmkin and nlme library(nlme) f_mmkin <- mmkin("SFO", ds_sfo_syn, quiet = TRUE, error_model = "tc", cores = 1) -
#> Warning: Shapiro-Wilk test for standardized residuals: p = 0.00371
f_nlme <- nlme(f_mmkin) -
#> Warning: Iteration 3, LME step: nlminb() did not converge (code = 1). PORT message: false convergence (8)
summary(f_nlme, data = TRUE) +f_nlme <- nlme(f_mmkin) +
#> Warning: Iteration 3, LME step: nlminb() did not converge (code = 1). PORT message: false convergence (8)
summary(f_nlme, data = TRUE)
#> nlme version used for fitting: 3.1.150.1 #> mkin version used for pre-fitting: 0.9.50.4 #> R version used for fitting: 4.0.3 -#> Date of fit: Tue Oct 27 15:25:23 2020 -#> Date of summary: Tue Oct 27 15:25:23 2020 +#> Date of fit: Sat Nov 7 13:28:06 2020 +#> Date of summary: Sat Nov 7 13:28:06 2020 #> #> Equations: #> d_parent/dt = - k_parent * parent @@ -276,7 +276,7 @@ José Pinheiro and Douglas Bates for the components inherited from nlme

#> #> Model predictions using solution type analytical #> -#> Fitted in 0.581 s using 5 iterations +#> Fitted in 0.588 s using 5 iterations #> #> Variance model: Two-component variance function #> -- cgit v1.2.1