-1

Can I interpret my my coefficient's p-values even I violated the error normality assumptions? I have a large sample size.

  • 5
    You have linked to tags of `ridge regression` and `glmmlasso`. If your regression involves such penalized methods, then standard _p_-value calculations don't apply in any event. Please say a bit more (by editing your question) about the particular situation you are facing, as the answer may differ between penalized and ordinary regressions. – EdM Jul 29 '18 at 18:49
  • You've got to edit the phrasing of your question. We have a lot of international readers who won't understand what's being asked – Aksakal Jul 30 '18 at 13:46

1 Answers1

2

I'm assuming you're fitting a linear model.

If your residuals are not normally distributed then your model is misspecified so you shouldn't test hypotheses based on this model. You should change your model and use some selection procedures to select the best one using a range of different indicators (AIC, R^2 etc), including plotting the residuals.

If you want more help I suggest including more detail in your question.

EDIT: I got confused, I apologise. If you're seeing a pattern in the residuals (i.e. for plots of residuals vs predictors or residuals vs response) then your model is probably misspecified. The residuals not being normal still means you can't do hypothesis tests on the coefficients though.