get_info {qcpm} | R Documentation |
get_info
Description
get_info
Usage
get_info(data, inner, outer, modes, scheme, tau, tau_Alg, fix.quantile, ...)
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 |
modes |
character vector indicating the type of measurement for each
block. Possible values are: |
scheme |
string indicating the type of inner weighting
scheme. It is equal to |
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 |
... |
Further arguments passed on to |
Details
Internal function. get_info
is called by qcpm
.
Value
a string containing generalinformations of the inpunt and output parameters of the qcpm algorithm.