R/2.11.catGoodnessOfFitMeasures.R

Defines functions catGoodnessOfFitMeasures

catGoodnessOfFitMeasures <- function(fitTheta) {
  cat("\n\nGoodness of Fit Measures:")
  cat(paste0("\n\nRMR: ", round(fitTheta$gofMeasures$RMR, 4)))
  cat(paste0("\nAGFI: ", round(fitTheta$gofMeasures$AGFI, 4)))

  return(NULL)
}

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.