> ncvTest(alm)
Non-constant Variance Score Test
Variance formula: ~ fitted.values
Chisquare = 121.2316 Df = 1 p = 3.400245e-28
> spreadLevelPlot(alm)
Suggested power transformation: 4.428269
I am having issues adjusting my regression formula based on what the results of the non-constant variable test shows. How do I implement the suggested power transformation here? Obviously with such a low p value this is heteroscedastic. I have run a robust standard error linear regression already and it does not change the BP test p value. I have also performed a variance inflation factor test to see if multicolinearity is an issue here, which it does not seem to be.