Implements the Jiao-Pretis-Schwarz test for coefficient distortion due to outliers by comparing coefficient estimates obtained using OLS to estimates obtained using the robust IIS estimator implemented using isat. See the referenced Jiao-Pretis-Schwarz Paper below for more information.
distorttest(x, coef ="all")
Arguments
x: object of class isat
coef: Either "all" (Default) to test the distortion on all coefficients or a character vector of explanatory variable names.
Returns
Object of class isat
References
Xiyu Jiao, Felix Pretis,and Moritz Schwarz. Testing for Coefficient Distortion due to Outliers with an Application to the Economic Impacts of Climate Change. Available at SSRN: https://www.ssrn.com/abstract=3915040 or tools:::Rd_expr_doi("10.2139/ssrn.3915040")