powered by
Extract the coefficients of the fixed effects terms.
# S3 method for tramME coef(object, with_baseline = FALSE, ...)
A tramME object (fitted or unfitted)
If TRUE, include the baseline parameters, too.
Optional parameters (ignored).
Numeric vector of parameter values.
# 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