Learn R Programming

qcpm (version 0.4)

get_info: get_info

Description

get_info

Usage

get_info(data, inner, outer, modes, scheme, tau, tau_Alg, fix.quantile, ...)

Value

a string containing generalinformations of the inpunt and output parameters of the qcpm algorithm.

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

modes

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.

scheme

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

tau

if sepcifed indicate the specific quantile to be considered

tau_Alg

is the vector of quantile specified by default. It is equal to (0.25,0.50,0.75).

fix.quantile

is boolean equal to FALSE or TRUE indiciating whether invariance is holded.

...

Further arguments passed on to get_info.

Details

Internal function. get_info is called by qcpm.