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/parms.html | 196 +++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 116 deletions(-) (limited to 'docs/reference/parms.html') diff --git a/docs/reference/parms.html b/docs/reference/parms.html index 89831adb..f5833ffa 100644 --- a/docs/reference/parms.html +++ b/docs/reference/parms.html @@ -1,122 +1,90 @@ -Extract model parameters — parms • mkinExtract model parameters — parms • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

This function returns degradation model parameters as well as error model parameters per default, in order to avoid working with a fitted model without considering the error structure that was assumed for the fit.

-
+
+

Usage

parms(object, ...)
 
 # S3 method for mkinfit
@@ -132,8 +100,8 @@ without considering the error structure that was assumed for the fit.

parms(object, ci = FALSE, covariates = NULL, ...)
-
-

Arguments

+
+

Arguments

object

A fitted model object.

@@ -169,21 +137,21 @@ each column corresponding to a row of the data frame holding the covariates

< return parameter values. Only has an effect if 'ci' is FALSE.

-
-

Value

+
+

Value

Depending on the object, a numeric vector of fitted model parameters, a matrix (e.g. for mmkin row objects), or a list of matrices (e.g. for mmkin objects with more than one row).

-
-

See also

+
+

See also

-
-

Examples

+
+

Examples

# mkinfit objects
 fit <- mkinfit("SFO", FOCUS_2006_C, quiet = TRUE)
 parms(fit)
@@ -273,26 +241,22 @@ mmkin objects with more than one row).

# }
-
- -
+
-
- -- cgit v1.2.1