Learn R Programming

tramME (version 0.0.1)

coef.tramME: Extract the coefficients of the fixed effects terms.

Description

Extract the coefficients of the fixed effects terms.

Usage

# S3 method for 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

Run this code
# NOT RUN {
data("sleepstudy", package = "lme4")
mod <- BoxCoxME(Reaction ~ Days + (Days | Subject), data = sleepstudy, nofit = TRUE)
coef(mod, with_baseline = TRUE)
# }

Run the code above in your browser using DataLab