get_info
get_info(data, inner, outer, modes, scheme, tau, tau_Alg, fix.quantile, ...)
a string containing generalinformations of the inpunt and output parameters 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).
character vector indicating the type of measurement for each
block. Possible values are: 'A', 'B'
.
The length of modes
must be equal to the length of blocks
.
string indicating the type of inner weighting
scheme. It is equal to "factorial"
by default.
Possible values are "centroid"
, "factorial"
.
if sepcifed indicate the specific quantile to be considered
is the vector of quantile specified by default. It is equal to (0.25,0.50,0.75).
is boolean equal to FALSE
or TRUE
indiciating whether invariance is holded.
Further arguments passed on to get_info
.
Internal function. get_info
is called by qcpm
.