Auxiliary methods intended to check if the outcome of an analysis strongly depends on the model assumptions, preprocessing steps, presence of outliers, etc.
Sensitivity analysis refers to methods to see if violations of assumptions of a model make large differences to results. Examples can include:
- Cases that violate the assumptions are deleted and the analysis re-run.
- If you have another measurement (i.e., variable) for a construct, the analysis could be re-run using the alternative measurement in place of the primary measurement.
- When using Generalized Linear Models, the model could be fit using different link functions.
- An analysis could be re-run including a very flexible function of a variable, such as a spline function, to assess assumptions about proper functional form.
- etc. (many other possibilities exist)
In each case, the results are compared to determine if there are important differences in the results due to the specific assumptions made.