parameters:
Extract Model Parameters in Understandable Form
Description
Given a fitted model of some kind, this function
extracts all the parameters needed to specify the model,
and returns them as a list.
Usage
parameters(model, ...)
"parameters"(model, ...)
"parameters"(model, ...)
"parameters"(model, ...)
"parameters"(model, ...)
"parameters"(model, ...)
"parameters"(model, ...)
Arguments
model
A fitted model of some kind.
...
Arguments passed to methods.
Value
A named list, whose format depends on the fitted model.
Details
The argument model should be a fitted model of some kind.
This function extracts all the parameters that would be needed to
specify the model, and returns them as a list.
The function parameters is generic, with methods
for class "ppm", "kppm", "dppm" and "profilepl"
and other classes.