get_info | R Documentation |
get_info
get_info(data, inner, outer, modes, scheme, tau, tau_Alg, fix.quantile, ...)
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 |
Internal function. get_info
is called by qcpm
.
a string containing generalinformations of the inpunt and output parameters of the qcpm algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.