regression - Using and interpreting output from gvlma -
i want test whether assumptions linear regression model hold. did manually , seems fine. however, want double check function gvlma. output is:
gvlma(x = m_lag) value p-value decision global stat 82.475 0.00000 assumptions not satisfied! skewness 72.378 0.00000 assumptions not satisfied! kurtosis 1.040 0.30778 assumptions acceptable. link function 6.029 0.01407 assumptions not satisfied! heteroscedasticity 3.027 0.08187 assumptions acceptable.
my question is:
how interpret global stat
since assumption violated, can now? (same other 2 assumptions not accepted)
Comments
Post a Comment