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:

  1. how interpret global stat

  2. since assumption violated, can now? (same other 2 assumptions not accepted)


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -