A complete alphabetical list of all possible arguments accepted by assess()
's ...
(dotdotdot) argument.
Logical. Should the absolute HTMT values be returned?
Defaults to TRUE
.
An integer or a numeric vector of significance levels.
Defaults to 0.05
.
A vector of character strings naming the confidence interval to compute.
For possible choices see infer()
.
Logical. Should a closed-form confidence interval be computed?
Defaults to FALSE
.
Character string. How should inadmissible results
be treated? One of "drop", "ignore", or "replace". If "drop", all
replications/resamples yielding an inadmissible result will be dropped
(i.e. the number of results returned will potentially be less than .R
).
For "ignore" all results are returned even if all or some of the replications
yielded inadmissible results (i.e. number of results returned is equal to .R
).
For "replace" resampling continues until there are exactly .R
admissible solutions.
Depending on the frequency of inadmissible solutions this may significantly increase
computing time. Defaults to "drop".
Logical. Should critical values be computed? Defaults to FALSE
.
Logical. Should the degrees of freedom for the null model
be computed? Defaults to FALSE
.
Integer. The number of bootstrap replications. Defaults to 499
.
Logical. Should a saturated structural model be used?
Defaults to FALSE
.
Integer or NULL
. The random seed to use. Defaults to NULL
in which
case an arbitrary seed is chosen. Note that the scope of the seed is limited
to the body of the function it is used in. Hence, the global seed will
not be altered!
Character string. Which fitting function should the GFI be based on? One of "ML" for the maximum likelihood fitting function, "GLS" for the generalized least squares fitting function or "ULS" for the unweighted least squares fitting function (same as the squared Euclidian distance). Defaults to "ML".
Character string. Which model-implied correlation matrix should be calculated? One of "indicator" or "construct". Defaults to "indicator".
Most arguments supplied to the ...
argument of assess()
are only
accepted by a subset of the functions called by assess()
. The following
list shows which argument is passed to which function:
Accepted by/Passed down to: calculateHTMT()
Accepted by/Passed down to: calculateRhoT()
, calculateHTMT()
, calculateCN()
Accepted by/Passed down to: calculateHTMT()
Accepted by/Passed down to: calculateRhoT()
Accepted by/Passed down to: calculateHTMT()
Accepted by/Passed down to: calculateHTMT
Accepted by/Passed down to: calculateDf()
Accepted by/Passed down to: calculateHTMT()
Accepted by/Passed down to: calculateSRMR()
,
calculateDG()
, calculateDL()
, calculateDML()
and subsequently fit()
.
Accepted by/Passed down to: calculateHTMT()
Accepted by/Passed down to: calculateGFI()
Accepted by/Passed down to: calculateSRMR()
,
calculateDG()
, calculateDL()
, calculateDML()
and subsequently fit()
.