getIndices.F {semPower} | R Documentation |
getIndices.F
Description
Computes known indices from the minimum of the ML-fit-function.
Usage
getIndices.F(
fmin,
df,
p = NULL,
SigmaHat = NULL,
Sigma = NULL,
muHat = NULL,
mu = NULL,
N = NULL
)
Arguments
fmin |
minimum of the ML-fit-function |
df |
model degrees of freedom |
p |
number of observed variables |
SigmaHat |
model implied covariance matrix |
Sigma |
population covariance matrix |
muHat |
model implied means |
mu |
population means |
N |
list of sample weights |
Value
list of indices
[Package semPower version 2.1.0 Index]