Guest User

Untitled

a guest
Jul 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Panelregr <- plm(V1~ V2 + V3 + V4, data = XY, model ="random")
  2.  
  3. B.P.Test <- bptest(V ~ V2 + V3 + V4, data=XY, studentize = F)
  4.  
  5. coeftest(Panelregr, vcovHC)
  6. summary(Panelregr, vcov = vcovHC)
Add Comment
Please, Sign In to add comment