coef method for ‘monpol’ objects.
# S3 method for monpol
coef(object, scale = c("original", "fitted"), type = c("beta", "monpar"), …)A ‘monpol’ object.
Extract coefficients on the original scale of the data or on the scale used during fitting.
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.
Coefficients extracted from the model object object.
This is the coef method for objects inheriting from
class "monpol".