Learn R Programming

LMMELSM (version 0.2.0)

.get_indicator_spec: Get indicator spec for stan model.

Description

Get indicator spec for stan model.

Usage

.get_indicator_spec(mm.inds, flist)

Value

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).

Arguments

mm.inds

Model matrix. Complete data of all non-duplicated indicators for all factors.

flist

Formula list.

Author

Stephen R. Martin