Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. res <- rma.mv(yi,vi,data=mydata,mods=~factor(A)+factor(B)+C,
  2. > random = ~1|studyID/combination,
  3. > method="REML",tdist=TRUE))
  4.  
  5. robust(res, cluster=mydata$studyID)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement