View source: R/extractobjective.R
extractobjective | R Documentation |
This is a bare-bones initial version of this approach.
extractobjective(
x,
n = 50,
side = c("top", "bottom", "center"),
skew = FALSE,
scale = 1,
...
)
x |
A vector of values for which to determine the objective function (e.g. RMSEA). |
n |
Number of values to use in function determining. Defaults to 50. |
side |
Which side good values are located at. |
skew |
Whether to account for skew in the distribution using the [sn::psn()] function. Defaults to |
scale |
A numeric scale to use in weighting the objective component. Defaults to 1. |
... |
Additional arguments. |
Returns an object of class stuartEmpiricalObjective
.
Martin Schultze
empiricalobjective
, fixedobjective
, objectivematrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.