Fit the Simple Mediation Model using Normal Theory Maximum Likelihood (Indirect Effect)
Source:R/manMCMedMiss-fit-model-indirect.R
      FitModelIndirect.RdFit the Simple Mediation Model using Normal Theory Maximum Likelihood (Indirect Effect)
Arguments
- data_complete
 Numeric matrix. Output of the
GenDatafunction or a three-column data set with complete data.- consistent
 Logical. If
consistent = TRUE, use the consistent estimate of the covariance matrix (maximum likelihood estimator). Ifconsistent = FALSE, use the unbiased estimate of the covariance matrix.
See also
Other Model Fitting Functions: 
FitModelMI(),
FitModelML()