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.mmkin.html | 189 +++++++++++++++----------------------- 1 file changed, 76 insertions(+), 113 deletions(-) (limited to 'docs/reference/summary.mmkin.html') diff --git a/docs/reference/summary.mmkin.html b/docs/reference/summary.mmkin.html index 9b10a415..6f79cfe9 100644 --- a/docs/reference/summary.mmkin.html +++ b/docs/reference/summary.mmkin.html @@ -1,120 +1,87 @@ -Summary method for class "mmkin" — summary.mmkin • mkinSummary method for class "mmkin" — summary.mmkin • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

Shows status information on the mkinfit objects contained in the object and gives an overview of ill-defined parameters calculated by illparms.

-
+
+

Usage

# S3 method for mmkin
 summary(object, conf.level = 0.95, ...)
 
@@ -122,8 +89,8 @@ and gives an overview of ill-defined parameters calculated by print(x, digits = max(3, getOption("digits") - 3), ...)
-
-

Arguments

+
+

Arguments

object

an object of class mmkin

@@ -145,8 +112,8 @@ and gives an overview of ill-defined parameters calculated by -

Examples

+
+

Examples


 fits <- mmkin(
   c("SFO", "FOMC"),
@@ -157,7 +124,7 @@ and gives an overview of ill-defined parameters calculated by #> false convergence (8)
   summary(fits)
 #> Error model: Constant variance 
-#> Fitted in 0.705 s
+#> Fitted in 0.454 s
 #> 
 #> Status:
 #>       dataset
@@ -177,26 +144,22 @@ and gives an overview of ill-defined parameters calculated by 
 
-
- -
+
-
- -- cgit v1.2.1