Learn R Programming

dcce (version 0.4.2)

coef.dcce_fit: Extract coefficients from a dcce_fit object

Description

Extract coefficients from a dcce_fit object

Usage

# S3 method for dcce_fit
coef(object, type = c("mg", "unit"), ...)

Value

A named numeric vector (for "mg") or a tibble (for "unit").

Arguments

object

A dcce_fit object.

type

Character: "mg" for Mean Group coefficients (default), "unit" for unit-level coefficients as a tibble.

...

Ignored.