get_checks {qcpm} | R Documentation |
intternal checks
Description
intternal checks
Usage
get_checks(data, inner, outer, scheme, tau, ...)
Arguments
data |
matrix or data frame containing the manifest variables. |
inner |
A square (lower triangular) boolean matrix representing the inner model (i.e. the path relationships between latent variables). |
outer |
list of vectors with column indices or column names
from |
scheme |
string indicating the type of inner weighting
scheme. It is equal to |
tau |
if sepcifed indicates the specific quantile to be considered |
... |
Further arguments passed on to |
Details
Internal function. get_checks
is called by qcpm
.
Value
A list containing checked parameters for internal estimation of the qcpm algorithm.