coef.monpol: Extract Model Coefficients

Description Usage Arguments Details Value Author(s)

View source: R/util.R

Description

coef method for ‘monpol’ objects.

Usage

1
2
## 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>


MonoPoly documentation built on May 2, 2019, 7:59 a.m.