Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. y Proximity Time Knowledge Test Purchase Service
  2. 1 8 4 2 2 1 3
  3. 2 7 2 2 2 2 2
  4. 3 9 1 4 2 1 3
  5. 4 7 2 1 2 1 1
  6.  
  7. y = con$Buy
  8. x = c[,4:9]
  9. df = list(y=y,X=x)
  10. R = 10000
  11. mcmc1 = list(R = R)
  12. try1 = runiregGibbs(df, Mcmc = mcmc1)
  13.  
  14. Error: not compatible with requested type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement