R/2.6.main.R

Defines functions getGoodnessOfFit

getGoodnessOfFit <- function(fitTheta, fit, fittingType) {
  gofMeasures <- list()
  gofMeasures$RMR <- getRMR(fit, fitTheta)
  gofMeasures$AGFI <- getAGFI(fit, fitTheta, fittingType)

  return(gofMeasures)
}

Try the Mmcsd package in your browser

Any scripts or data that you put into this service are public.

Mmcsd documentation built on March 31, 2023, 7:23 p.m.