From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/summary.nlme.mmkin.html | 206 ++++++++++++++------------------- 1 file changed, 86 insertions(+), 120 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 58eb3e21..e16b550a 100644 --- a/docs/reference/summary.nlme.mmkin.html +++ b/docs/reference/summary.nlme.mmkin.html @@ -1,118 +1,87 @@ -Summary method for class "nlme.mmkin" — summary.nlme.mmkin • mkinSummary method for class "nlme.mmkin" — summary.nlme.mmkin • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

Lists model equations, initial parameter values, optimised parameters for fixed effects (population), random effects (deviations from the population mean) and residual error model, as well as the resulting @@ -120,7 +89,8 @@ endpoints such as formation fractions and DT50 values. Optionally (default is FALSE), the data are listed in full.

-
+
+

Usage

# S3 method for nlme.mmkin
 summary(
   object,
@@ -135,8 +105,8 @@ endpoints such as formation fractions and DT50 values. Optionally
 print(x, digits = max(3, getOption("digits") - 3), verbose = x$verbose, ...)
-
-

Arguments

+
+

Arguments

object

an object of class nlme.mmkin

@@ -172,8 +142,8 @@ distribution

Number of digits to use for printing

-
-

Value

+
+

Value

The summary function returns a list based on the nlme object @@ -212,14 +182,14 @@ model.

The print method is called for its side effect, i.e. printing the summary.

-
-

Author

+
+

Author

Johannes Ranke for the mkin specific parts José Pinheiro and Douglas Bates for the components inherited from nlme

-
-

Examples

+
+

Examples


 # Generate five datasets following SFO kinetics
 sampling_times = c(0, 1, 3, 7, 14, 28, 60, 90, 120)
@@ -256,9 +226,9 @@ José Pinheiro and Douglas Bates for the components inherited from nlme

summary(f_nlme, data = TRUE) #> nlme version used for fitting: 3.1.163 #> mkin version used for pre-fitting: 1.2.6 -#> R version used for fitting: 4.3.1 -#> Date of fit: Mon Oct 30 09:39:53 2023 -#> Date of summary: Mon Oct 30 09:39:53 2023 +#> R version used for fitting: 4.3.2 +#> Date of fit: Thu Nov 16 04:19:41 2023 +#> Date of summary: Thu Nov 16 04:19:41 2023 #> #> Equations: #> d_parent/dt = - k_parent * parent @@ -268,7 +238,7 @@ José Pinheiro and Douglas Bates for the components inherited from nlme

#> #> Model predictions using solution type analytical #> -#> Fitted in 0.451 s using 4 iterations +#> Fitted in 0.182 s using 4 iterations #> #> Variance model: Two-component variance function #> @@ -412,26 +382,22 @@ José Pinheiro and Douglas Bates for the components inherited from nlme

-
- -
+
-
- -- cgit v1.2.1