coef.enriched_lm: Function to extract model coefficients from objects of class...

View source: R/enrich.lm.R

coef.enriched_lmR Documentation

Function to extract model coefficients from objects of class enriched_lm

Description

Function to extract model coefficients from objects of class enriched_lm

Usage

## S3 method for class 'enriched_lm'
coef(object, model = c("mean", "full", "dispersion"), ...)

Arguments

object

an object of class enriched_lm

model

either "mean" for the estimates of the parameters in the linear predictor, or "dispersion" for the estimate of the dispersion, or "full" for all estimates

...

currently unused


enrichwith documentation built on Sept. 9, 2025, 5:36 p.m.