coef.tramME {tramME}R Documentation

Extract the coefficients of the fixed effects terms.

Description

Extract the coefficients of the fixed effects terms.

Usage

## S3 method for class 'tramME'
coef(object, with_baseline = FALSE, ...)

Arguments

object

A tramME object (fitted or unfitted)

with_baseline

If TRUE, include the baseline parameters, too.

...

Optional parameters (ignored).

Value

Numeric vector of parameter values.

Examples

data("sleepstudy", package = "lme4")
mod <- BoxCoxME(Reaction ~ Days + (Days | Subject), data = sleepstudy, nofit = TRUE)
coef(mod, with_baseline = TRUE)

[Package tramME version 0.0.3 Index]