The metafor Package

A Meta-Analysis Package for R

User Tools

Site Tools


analyses:yusuf1985

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
analyses:yusuf1985 [2019/03/02 16:57] – external edit 127.0.0.1analyses:yusuf1985 [2021/10/22 14:45] Wolfgang Viechtbauer
Line 11: Line 11:
 dat$grp_ratios <- round(dat$n1i / dat$n2i, 2) dat$grp_ratios <- round(dat$n1i / dat$n2i, 2)
 </code> </code>
-(I copy the dataset into 'dat', which is a bit shorter and therefore easier to type further below). The last command adds the ratio of the group sizes as a variable to the data frame. This will be useful for checking on strong imbalances in group sizes. Note that the dataset actually includes the data from multiple tables. Table 6 (p. 343) from the article includes the results from short-term trials of oral beta blockers:+(I copy the dataset into ''dat'', which is a bit shorter and therefore easier to type further below). The last command adds the ratio of the group sizes as a variable to the data frame. This will be useful for checking on strong imbalances in group sizes. Note that the dataset actually includes the data from multiple tables. Table 6 (p. 343) from the article includes the results from short-term trials of oral beta blockers:
 <code rsplus> <code rsplus>
 dat[dat$table=="6",] dat[dat$table=="6",]
analyses/yusuf1985.txt · Last modified: 2022/08/03 11:25 by Wolfgang Viechtbauer