aboutsummaryrefslogtreecommitdiff
path: root/man/parms.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-08-14 14:57:13 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-08-14 14:57:13 +0200
commiteb8b56ed6f83e3c7df63e48f9488362363d26709 (patch)
tree14e1fba1bd096d8d5adf2f3e7c1d5e4e53187401 /man/parms.Rd
parent118b3753740ff4e7dc777baac7e769950005697b (diff)
Basic multistart method for saem.mmkin objects
Diffstat (limited to 'man/parms.Rd')
-rw-r--r--man/parms.Rd17
1 files changed, 10 insertions, 7 deletions
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

Contact - Imprint