From eb8b56ed6f83e3c7df63e48f9488362363d26709 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 14 Aug 2022 14:57:13 +0200 Subject: Basic multistart method for saem.mmkin objects --- man/parms.Rd | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'man/parms.Rd') diff --git a/man/parms.Rd b/man/parms.Rd index af92bd2a..293bdaab 100644 --- a/man/parms.Rd +++ b/man/parms.Rd @@ -8,9 +8,9 @@ \usage{ parms(object, ...) -\method{parms}{mkinfit}(object, transformed = FALSE, ...) +\method{parms}{mkinfit}(object, transformed = FALSE, errparms = TRUE, ...) -\method{parms}{mmkin}(object, transformed = FALSE, ...) +\method{parms}{mmkin}(object, transformed = FALSE, errparms = TRUE, ...) } \arguments{ \item{object}{A fitted model object. Methods are implemented for @@ -18,14 +18,17 @@ parms(object, ...) \item{\dots}{Not used} -\item{transformed}{Should the parameters be returned -as used internally during the optimisation?} +\item{transformed}{Should the parameters be returned as used internally +during the optimisation?} + +\item{errparms}{Should the error model parameters be returned +in addition to the degradation parameters?} } \value{ For mkinfit objects, a numeric vector of fitted model parameters. -For mmkin row objects, a matrix with the parameters with a -row for each dataset. If the mmkin object has more than one row, a list of -such matrices is returned. +For mmkin row objects, a matrix with the parameters with a row for each +dataset. If the mmkin object has more than one row, a list of such matrices +is returned. } \description{ This function always returns degradation model parameters as well as error -- cgit v1.2.1