R/methods.R
coef.mixqr.Rd
Component coefficients of a mixqr fit
# S3 method for class 'mixqr' coef(object, include_pi = FALSE, ...)
A "mixqr" object.
"mixqr"
If TRUE, return a list with both beta and the mixing probabilities pi.
TRUE
beta
pi
Unused.
A (p+1) x m coefficient matrix (one column per component), or a list if include_pi = TRUE.
(p+1) x m
include_pi = TRUE