coef.monpol {MonoPoly} | R Documentation |
coef
method for ‘monpol’ objects.
## S3 method for class 'monpol' coef(object, scale = c("original", "fitted"), type = c("beta", "monpar"), ...)
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. |
This is the coef
method for objects inheriting from
class "monpol"
.
Coefficients extracted from the model object object
.
Berwin A Turlach <Berwin.Turlach@gmail.com>