From af2e1540cdad2fd00bb6216a38a754ff748629ad Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 25 Oct 2019 02:10:08 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/AIC.mmkin.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'docs/reference/AIC.mmkin.html') diff --git a/docs/reference/AIC.mmkin.html b/docs/reference/AIC.mmkin.html index 2fe02c97..103bcb4a 100644 --- a/docs/reference/AIC.mmkin.html +++ b/docs/reference/AIC.mmkin.html @@ -8,11 +8,13 @@ Calculated the AIC for a column of an mmkin object — AIC.mmkin • mkin + + @@ -32,14 +34,15 @@ - - + + + @@ -110,7 +113,6 @@ News - @@ -132,21 +134,20 @@
- -

Provides a convenient way to compare different kineti models fitted to the - same dataset.

- +

Provides a convenient way to compare different kinetic models fitted to the +same dataset.

# S3 method for mmkin
 AIC(object, ..., k = 2)
- +

Arguments

- + @@ -157,15 +158,15 @@
object

An object of class mmkin, containing only one column.

An object of class mmkin, containing only one +column.

...

As in the generic method

- +

Value

-

As in the generic method (a numeric value for single fits, or a dataframe if - there are several fits in the column).

- +

As in the generic method (a numeric value for single fits, or a + dataframe if there are several fits in the column).

Examples

-
# skip, as it takes > 10 s on winbuilder +
+ # skip, as it takes > 10 s on winbuilder f <- mmkin(c("SFO", "FOMC", "DFOP"), list("FOCUS A" = FOCUS_2006_A, "FOCUS C" = FOCUS_2006_C), cores = 1, quiet = TRUE)
#> Warning: Optimisation did not converge: @@ -184,15 +185,14 @@ #> SFO 3 59.29336 #> FOMC 4 44.68652 #> DFOP 5 29.02372
+