getIndices.F | R Documentation |
Computes known indices from the minimum of the ML-fit-function.
getIndices.F(
fmin,
df,
p = NULL,
SigmaHat = NULL,
Sigma = NULL,
muHat = NULL,
mu = NULL,
N = NULL
)
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 |
list of indices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.