intternal checks
get_checks(data, inner, outer, scheme, tau, ...)
A list containing checked parameters for internal estimation of the qcpm algorithm.
matrix or data frame containing the manifest variables.
A square (lower triangular) boolean matrix representing the inner model (i.e. the path relationships between latent variables).
list of vectors with column indices or column names
from data
indicating the sets of manifest variables forming
each block (i.e. which manifest variables correspond to each block).
string indicating the type of inner weighting
scheme. It is equal to "factorial"
by default.
Possible values are "centroid"
or "factorial"
.
if sepcifed indicates the specific quantile to be considered
Further arguments passed on to get_checks
.
Internal function. get_checks
is called by qcpm
.