coef.glmsmurf: Coefficients of Estimated Model

Description Usage Arguments Value See Also Examples

View source: R/coef.R

Description

Function to extract the coefficients of the estimated model. coefficients is an alias for it.

Usage

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

## S3 method for class 'glmsmurf'
coefficients(object, ...)

Arguments

object

An object of class 'glmsmurf', typically the result of a call to glmsmurf or glmsmurf.fit.

...

Additional arguments which are currently ignored.

Value

A vector containing the coefficients of the estimated model in object.

See Also

coef_reest, coef, summary.glmsmurf, glmsmurf, glmsmurf-class

Examples

1
## See example(glmsmurf) for examples

BavoDC/ssmurf documentation built on Dec. 17, 2021, 10:46 a.m.