Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. trial author year tpos tneg cpos cneg ablat alloc yi vi
  2. 1 Aronson 1948 4 119 11 128 44 random -0.8893 0.3256
  3. 2 Ferguson 1949 6 300 29 274 55 random -1.5854 0.1946
  4. 3 Rosenthal 1960 3 228 11 209 42 random -1.3481 0.4154
  5. 4 Hart 1977 62 13536 248 12619 52 random -1.4416 0.0200
  6. 5 Frimodt 1973 33 5036 47 5761 13 alternate -0.2175 0.0512
  7. 6 Stein 1953 180 1361 372 1079 44 alternate -0.7861 0.0069
  8. 7 Vandiviere 1973 8 2537 10 619 19 random -1.6209 0.2230
  9. 8 TPT Madras 1980 505 87886 499 87892 13 random 0.0120 0.0040
  10. 9 Coetzee 1968 29 7470 45 7232 27 random -0.4694 0.0564
  11. 10 Rosenthal 1961 17 1699 65 1600 42 systematic -1.3713 0.0730
  12. 11 Comstock 1974 186 50448 141 27197 18 systematic -0.3394 0.0124
  13. 12 Comstock 1969 5 2493 3 2338 33 systematic 0.4459 0.5325
  14. 13 Comstock 1976 27 16886 29 17825 33 systematic -0.0173 0.0714
  15.  
  16. res <- metaplus(yi, vi, mods =~ factor(alloc), slab = trial, data = dat)
  17.  
  18. Error in rma(yi = yi, sei = sei, mods = as.data.frame(mods), method = "DL") :
  19. Model matrix contains character variables.
  20.  
  21. Error in as.data.frame.default(mods) :
  22. cannot coerce class ‘"formula"’ to a data.frame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement