From 34ec60f1b140d788880d84b70cb62b344f7d74b9 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 16 Apr 2023 13:42:23 +0200 Subject: Complete rebuild of static docs --- docs/dev/reference/parms.html | 54 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 43 insertions(+), 11 deletions(-) (limited to 'docs/dev/reference/parms.html') diff --git a/docs/dev/reference/parms.html b/docs/dev/reference/parms.html index b0385c8a..d4175d41 100644 --- a/docs/dev/reference/parms.html +++ b/docs/dev/reference/parms.html @@ -19,13 +19,13 @@ without considering the error structure that was assumed for the fit."> mkin - 1.2.2 + 1.2.3 +parms(object, exclude_failed = TRUE, ...) + +# S3 method for saem.mmkin +parms(object, ci = FALSE, covariates = NULL, ...)
@@ -133,6 +153,18 @@ in addition to the degradation parameters?

For multistart objects, should rows for failed fits be removed from the returned parameter matrix?

+ +
ci
+

Should a matrix with estimates and confidence interval boundaries +be returned? If FALSE (default), a vector of estimates is returned if no +covariates are given, otherwise a matrix of estimates is returned, with +each column corresponding to a row of the data frame holding the covariates

+ + +
covariates
+

A data frame holding covariate values for which to +return parameter values. Only has an effect if 'ci' is FALSE.

+

Value

@@ -250,7 +282,7 @@ mmkin objects with more than one row).

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

-- cgit v1.2.1