Method (Multiple Imputation)
The Method tab specifies how missing values will be imputed, including the types of models used. Categorical predictors are indicator (dummy) coded.
- Imputation Method
- The Automatic method scans the data and uses the
monotone method if the data show a monotone pattern of missing values; otherwise, fully conditional
specification is used. If you are certain of which method you want to use, you can specify it as a
Custom method.
- Fully conditional specification
- This is an iterative Markov chain Monte Carlo (MCMC) method that can be used when the pattern of missing data is arbitrary (monotone or non-monotone).
- Maximum iterations
- This specifies the number of iterations, or "steps", taken by the Markov chain used by the FCS method. If the FCS method was chosen automatically, it uses the default number of 10 iterations. When you explicitly choose FCS, you can specify a custom number of iterations. You may need to increase the number of iterations if the Markov chain hasn't converged. On the Output tab, you can save FCS iteration history data and plot it to assess convergence.
- Monotone
- This is a non-iterative method that can be used only when the data have a monotone pattern of missing values. A monotone pattern exists when you can order the variables such that, if a variable has a non-missing value, all preceding variables also have non-missing values. When specifying this as a Custom method, be sure to specify the variables in the list in an order that shows a monotone pattern.
- Include two-way interactions
- When the imputation method is chosen automatically, the imputation model for each variable includes a constant term and main effects for predictor variables. When choosing a specific method, you can optionally include all possible two-way interactions among categorical predictor variables.
- Model type for scale variables
-
- Linear Regression
- When the imputation method is chosen automatically, linear regression is used as the univariate model for scale variables.
- Predictive Mean Matching (PMM)
- When choosing a specific method, you can alternatively choose predictive mean matching (PMM) as the model for scale variables. PMM is a variant of linear regression that ensures that the imputed values are plausible. For PMM, the imputed value is based on the value defined for the Randomly select a complete case from the closest (k) predictions value, where (k) is a positive integer with a default value of 5.
- Singularity tolerance
- Singular (or non-invertible) matrices have linearly dependent columns, which can cause serious problems for the estimation algorithm. Even near-singular matrices can lead to poor results, so the procedure will treat a matrix whose determinant is less than the tolerance as singular. Specify a positive value.
Specifying an imputation method
This feature requires the Missing Values option.
- From the menus
choose:
- In the Impute Missing Data Values dialog box, click the Method tab.