Learn R Programming

qcpm (version 0.4)

get_internal_parameter_estimation: get_internal_parameter_estimation

Description

get_internal_parameter_estimation

Usage

get_internal_parameter_estimation(
  X,
  modes,
  tau,
  lvs,
  lvs.names,
  IDM,
  sets,
  scheme,
  method,
  fix.quantile,
  tol,
  maxiter
)

Value

the outer weights

Arguments

X

matrix or data frame containing the manifest variables.

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.

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 "br" by default

fix.quantile

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

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

Details

Internal function. get_internal_parameter_estimation is called by qcpm and