args_assess_dotdotdot | R Documentation |
A complete alphabetical list of all possible arguments accepted by assess()
's ...
(dotdotdot) argument.
.absolute |
Logical. Should the absolute HTMT values be returned?
Defaults to |
.alpha |
An integer or a numeric vector of significance levels.
Defaults to |
.ci |
A vector of character strings naming the confidence interval to compute.
For possible choices see |
.closed_form_ci |
Logical. Should a closed-form confidence interval be computed?
Defaults to |
.handle_inadmissibles |
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 |
.inference |
Logical. Should critical values be computed? Defaults to |
.null_model |
Logical. Should the degrees of freedom for the null model
be computed? Defaults to |
.R |
Integer. The number of bootstrap replications. Defaults to |
.saturated |
Logical. Should a saturated structural model be used?
Defaults to |
.seed |
Integer or |
.type_gfi |
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 Euclidean distance). Defaults to "ML". |
.type_vcv |
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()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.