Skip to contents

Component coefficients of a mixqr fit

Usage

# S3 method for class 'mixqr'
coef(object, include_pi = FALSE, ...)

Arguments

object

A "mixqr" object.

include_pi

If TRUE, return a list with both beta and the mixing probabilities pi.

...

Unused.

Value

A (p+1) x m coefficient matrix (one column per component), or a list if include_pi = TRUE.