coef.monpol {MonoPoly} | R Documentation |
Extract Model Coefficients
Description
coef
method for ‘monpol’ objects.
Usage
## S3 method for class 'monpol'
coef(object, scale = c("original", "fitted"), type = c("beta", "monpar"), ...)
Arguments
object |
A ‘monpol’ object. |
scale |
Extract coefficients on the original scale of the data or on the scale used during fitting. |
type |
Extract coefficients in the ‘beta’ parameterisation of the polynomial or for the monotone parameterisation used in the algorithm. |
... |
Additional optionals arguments. At present no optional arguments are used. |
Details
This is the coef
method for objects inheriting from
class "monpol"
.
Value
Coefficients extracted from the model object object
.
Author(s)
Berwin A Turlach <Berwin.Turlach@gmail.com>
[Package MonoPoly version 0.3-10 Index]