smurf (version 1.0.6)

coef_reest: Coefficients of Re-estimated Model

Description

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

Usage

coef_reest(object, ...)

# S3 method for glmsmurf coef_reest(object, ...)

coefficients_reest(object, ...)

# S3 method for glmsmurf coefficients_reest(object, ...)

Arguments

object

An object for which the extraction of model coefficients is meaningful. E.g. 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 re-estimated model in object, when they are available, or, otherwise, the coefficients of the estimated model in object with a warning.

See Also

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

Examples

Run this code
# NOT RUN {
## See example(glmsmurf) for examples

# }

Run the code above in your browser using DataLab