.get_indicator_spec {LMMELSM} | R Documentation |
Get indicator spec for stan model.
.get_indicator_spec(mm.inds, flist)
mm.inds |
Model matrix. Complete data of all non-duplicated indicators for all factors. |
flist |
Formula list. |
List with J_f (vector; Number of Indicators for each factor) and F_ind (matrix; each row contains the columns in mm.inds for the row-th factor).
Stephen R. Martin