From 5a21dc4016b0208264e22e6a7e36af62397c13b6 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 30 Jun 2022 10:29:05 +0200 Subject: Remove stray sentence from vignette, update docs --- docs/reference/summary.nlme.mmkin.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/reference/summary.nlme.mmkin.html') diff --git a/docs/reference/summary.nlme.mmkin.html b/docs/reference/summary.nlme.mmkin.html index 3f98bec7..4879269e 100644 --- a/docs/reference/summary.nlme.mmkin.html +++ b/docs/reference/summary.nlme.mmkin.html @@ -96,7 +96,7 @@ endpoints such as formation fractions and DT50 values. Optionally
# S3 method for nlme.mmkin
-summary(
+summary(
   object,
   data = FALSE,
   verbose = FALSE,
@@ -201,12 +201,12 @@ José Pinheiro and Douglas Bates for the components inherited from nlme

#> iteration limit reached without convergence (10) f_nlme <- nlme(f_mmkin) #> Warning: Iteration 4, LME step: nlminb() did not converge (code = 1). PORT message: false convergence (8) -summary(f_nlme, data = TRUE) +summary(f_nlme, data = TRUE) #> nlme version used for fitting: 3.1.155 #> mkin version used for pre-fitting: 1.1.0 -#> R version used for fitting: 4.1.3 -#> Date of fit: Mon Mar 14 08:58:29 2022 -#> Date of summary: Mon Mar 14 08:58:29 2022 +#> R version used for fitting: 4.2.1 +#> Date of fit: Thu Jun 30 10:23:57 2022 +#> Date of summary: Thu Jun 30 10:23:57 2022 #> #> Equations: #> d_parent/dt = - k_parent * parent @@ -216,7 +216,7 @@ José Pinheiro and Douglas Bates for the components inherited from nlme

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