Joint Significance Test for the Indirect Effect using Multiple Imputation
Source:R/manMCMedMiss-joint-sig-mi.R
      JointSigMI.RdJoint Significance Test for the Indirect Effect using Multiple Imputation
Usage
JointSigMI(fit_mi, alpha = c(0.05, 0.01, 0.001))Arguments
- fit_mi
 Object. Output of the
FitModelMIfunction.- alpha
 Numeric vector. Significance level.
Value
Returns a list with the following elements:
- vcov
 Joint significance test based on the total covariance matrix.
- vcov_tilde
 Joint significance test based on the adjusted total covariance matrix.
Note the 1 corresponds to a significant result and 0 otherwise.
The output vector's name corresponds to the alpha level.
See also
Other Significance Test Functions: 
JointSigML()