parms {mkin} | R Documentation |
This function always returns degradation model parameters as well as error model parameters, in order to avoid working with a fitted model without considering the error structure that was assumed for the fit.
parms(object, ...) ## S3 method for class 'mkinfit' parms(object, transformed = FALSE, ...)
object |
A fitted model object |
... |
Not used |
transformed |
Should the parameters be returned as used internally during the optimisation? |
A numeric vector of fitted model parameters
fit <- mkinfit("SFO", FOCUS_2006_C) parms(fit) parms(fit, transformed = TRUE)