Guest User

Untitled

a guest
Apr 21st, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Coef S.E. Wald Z Pr(>|Z|)
  2. Intercept -1.5790 0.1452 -10.87 <0.0001
  3. A1=1 0.7439 0.4004 1.86 0.0632
  4. A2 0.2525 0.1364 1.85 0.0641
  5.  
  6. NE1= Y~A1 #BINARY
  7. NE2= Y~A2 #CONTINUOUS
  8. system=list(NCAT=NE1, NDIM=NE2)
  9. fitsur=systemfit(system, method="SUR",data=MMM)
  10. restrict1="NE1_A1 - NE2_A2"
  11. linearHypothesis(fitsur,restrict1,test="Chisq")
Add Comment
Please, Sign In to add comment