Learn R Programming

semPower (version 2.1.1)

getIndices.F: 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
)

Value

list of indices

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