Guest User

Untitled

a guest
Nov 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. fit.1class <- lcmm(fixed = heroin ~ age.std + age2.std + age3.std + female + black + cohort + visit.era,
  2. random = ~1,
  3. link = "thresholds",
  4. subject = "newid",
  5. data = alive.complete,
  6. verbose = TRUE)
  7.  
  8. fit <- lcmm(fixed = heroin ~ age.std + age2.std + age3.std + female + black + cohort + visit.era,
  9. random = ~1,
  10. mixture = ~ age.std + age2.std + age3.std,
  11. ng = i,
  12. link = "thresholds",
  13. subject = "newid",
  14. data = alive.complete,
  15. maxiter = 500,
  16. B = fit.1class,
  17. verbose = TRUE)
Add Comment
Please, Sign In to add comment