Generate an objective function from default values for use in an item selection using STUART.
fixedobjective(
criteria = c("rmsea", "srmr", "crel"),
add = c("chisq", "df", "pvalue"),
side = NULL,
scale = 1,
matrices = NULL,
fixed = NULL,
comparisons = NULL,
...
)
Returns an object of class stuartFixedObjective
A vector of names of criteria included in the objective function. Defaults to c('rmsea', 'srmr', 'crel')
.
A vector of names of criteria not used in the objective function, but added in order to be included in the log of solutions.
Which side good values are located at. 'top'
means large values are good (e.g. Reliability), 'bottom'
means small values are good (e.g. RMSEA), and 'middle'
means average values are good (e.g. factor correlations).
A numeric scale to use in weighting the objective component. Defaults to 1.
An object of class stuartObjectiveMatrices
to include matrices (e.g. latent correlations) into the objective function.
An object of class stuartFixedObjective
to include already previously defined fixed objectives.
A vector of names of criteria included in the objective function which are related to model comparisons (e.g. when determining measurement invariance).
Additional arguments.
Martin Schultze
empiricalobjective
, extractobjective
, objectivematrices