getIndices.F: getIndices.F

View source: R/effectSizes.R

getIndices.FR 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


semPower documentation built on Nov. 15, 2023, 1:08 a.m.