get_checks: intternal checks

get_checksR 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 data indicating the sets of manifest variables forming each block (i.e. which manifest variables correspond to each block).

scheme

string indicating the type of inner weighting scheme. It is equal to "factorial" by default. Possible values are "centroid" or "factorial".

tau

if sepcifed indicates the specific quantile to be considered

...

Further arguments passed on to get_checks.

Details

Internal function. get_checks is called by qcpm.

Value

A list containing checked parameters for internal estimation of the qcpm algorithm.


qcpm documentation built on Sept. 11, 2024, 8:59 p.m.

Related to get_checks in qcpm...