coef.izip: Extract Model Coefficients from an iZIP Model Fit

Description Usage Arguments Value See Also

View source: R/summarize_extract.R

Description

An function used to extract model coefficients from an 'izip' or an 'tsizip' object. coefficients is an alias for coef.

Usage

1
2
3
4
5
## S3 method for class 'izip'
coef(object, ...)

## S3 method for class 'tsizip'
coef(object, ...)

Arguments

object

an object class 'izip' or 'tsizip' object, obtained from a call to glm.izip or tsglm.izip.

...

other arguments passed to or from other methods (currently unused).

Value

Coefficients extracted from the object object.

See Also

fitted.izip, residuals.izip, glm.izip, fitted.tsizip, residuals.tsizip, tsglm.izip. data(bioChemists) M_bioChem <- glm.izip(art~ ., data=bioChemists) coefficients(M_bioChem)

data(arson) M_arson <- tsglm.izip(arson ~ 1, past_mean_lags = 1, past_obs_lags = c(1,2)) coef(M_arson)


thomas-fung/izipr documentation built on Dec. 23, 2021, 9:57 a.m.