View source: R/get_internal_parameter_estimation.R
get_internal_parameter_estimation | R Documentation |
get_internal_parameter_estimation
get_internal_parameter_estimation(
X,
modes,
tau,
lvs,
lvs.names,
IDM,
sets,
scheme,
method,
fix.quantile,
tol,
maxiter
)
X |
matrix or data frame containing the manifest variables. |
modes |
character vector indicating the type of measurement for each
block. Possible values are: |
tau |
if sepcifed indicate the specific quantile to be considered |
lvs |
the number of latent variables |
lvs.names |
the label of latent variables |
IDM |
the path matrix |
sets |
the outer model |
scheme |
the internal scheme |
method |
rq method. It is equal to |
fix.quantile |
is boolean equal to |
tol |
decimal value indicating the tolerance criterion for the iterations (tol=0.00001). |
maxiter |
integer indicating the maximum number of iterations (maxiter=100 by default). |
Internal function. get_internal_parameter_estimation
is called by qcpm
and
the outer weights
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.