From e05656d57668688b971c28e32b4cfd4d3eac4662 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 18 Sep 2019 13:03:50 +0200 Subject: Correct and rebuild docs - Reconcile docs and code for max_twa_parent - Correct links to docs in twa vignette - Static documentation rebuilt by pkgdown --- docs/reference/AIC.mmkin.html | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) (limited to 'docs/reference/AIC.mmkin.html') diff --git a/docs/reference/AIC.mmkin.html b/docs/reference/AIC.mmkin.html index 881af6b3..2fe02c97 100644 --- a/docs/reference/AIC.mmkin.html +++ b/docs/reference/AIC.mmkin.html @@ -16,13 +16,15 @@ - + + - - + + + @@ -48,6 +50,7 @@ + @@ -117,6 +120,7 @@ +
@@ -135,7 +139,7 @@
# S3 method for mmkin
-AIC(object, ..., k = 2)
+AIC(object, ..., k = 2)

Arguments

@@ -145,7 +149,7 @@ - + @@ -161,25 +165,26 @@

Examples

-
# skip, as it takes > 10 s on winbuilder - f <- mmkin(c("SFO", "FOMC", "DFOP"), - list("FOCUS A" = FOCUS_2006_A, +
# 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: -#> false convergence (8)
AIC(f[1, "FOCUS A"]) # We get a single number for a single fit
#> [1] 55.28197
+#> false convergence (8)
AIC(f[1, "FOCUS A"]) # We get a single number for a single fit
#> [1] 55.28197
# For FOCUS A, the models fit almost equally well, so the higher the number # of parameters, the higher (worse) the AIC - AIC(f[, "FOCUS A"])
#> df AIC + AIC(f[, "FOCUS A"])
#> df AIC #> SFO 3 55.28197 #> FOMC 4 57.28202 -#> DFOP 5 59.28197
AIC(f[, "FOCUS A"], k = 0) # If we do not penalize additional parameters, we get nearly the same
#> df AIC +#> DFOP 5 59.28197
AIC(f[, "FOCUS A"], k = 0) # If we do not penalize additional parameters, we get nearly the same
#> df AIC #> SFO 3 49.28197 #> FOMC 4 49.28202 #> DFOP 5 49.28197
# For FOCUS C, the more complex models fit better - AIC(f[, "FOCUS C"])
#> df AIC + AIC(f[, "FOCUS C"])
#> df AIC #> SFO 3 59.29336 #> FOMC 4 44.68652 -#> DFOP 5 29.02372
+#> DFOP 5 29.02372
+
+ + + -- cgit v1.2.1

An object of class mmkin, containing only one column.

...

For compatibility with the generic method