parms {mkin}R Documentation

Extract model parameters from mkinfit models

Description

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.

Usage

parms(object, ...)

## S3 method for class 'mkinfit'
parms(object, transformed = FALSE, ...)

Arguments

object

A fitted model object

...

Not used

transformed

Should the parameters be returned as used internally during the optimisation?

Value

A numeric vector of fitted model parameters

Examples

fit <- mkinfit("SFO", FOCUS_2006_C)
parms(fit)
parms(fit, transformed = TRUE)

[Package mkin version 0.9.50.1 Index]