Yue Yin
2022-Mar-21 15:54 UTC
[R] How could I conduct meta-analysis with single group percentage outcomes?
Hi, all, I want to conduct a meta-analysis using R on a bunch of articles. The outcomes are in percentage format and it is single group. I am wondering how could I use R to do this kind of meta-analysis? In the beginning, I thought that I could use metaprop, but after I checked the example, I think I can only use metaprop when I want to compute the proportion. For example, we have several events out of the total sample size for each article, and we can use metaprop to compute it. And because each individual has percentage, I can't back convert the percentage to the number of event. In my example, which R statement or argument should I use to deal with single group percentage data? I hope I could get the following forest plot with the percentage, standard error and sample size on the left column (I found this example in an article, and they also have one group percentage data, but I can't find which R statement or argument I can use): [image: Example forest plot with single group percentage outcome] Could anyone help me with it? Thank you! [[alternative HTML version deleted]]
Bert Gunter
2022-Mar-21 16:51 UTC
[R] How could I conduct meta-analysis with single group percentage outcomes?
There is a specific mailing list on meta-analysis: https://stat.ethz.ch/mailman/listinfo/r-sig-meta-analysis You should post there, not here. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Mar 21, 2022 at 9:15 AM Yue Yin <yueyin505 at gmail.com> wrote:> > Hi, all, > > I want to conduct a meta-analysis using R on a bunch of articles. The > outcomes are in percentage format and it is single group. I am wondering > how could I use R to do this kind of meta-analysis? In the beginning, I > thought that I could use metaprop, but after I checked the example, I think > I can only use metaprop when I want to compute the proportion. For example, > we have several events out of the total sample size for each article, and > we can use metaprop to compute it. And because each individual has > percentage, I can't back convert the percentage to the number of event. In > my example, which R statement or argument should I use to deal with single > group percentage data? I hope I could get the following forest plot with > the percentage, standard error and sample size on the left column (I found > this example in an article, and they also have one group percentage data, > but I can't find which R statement or argument I can use): > > [image: Example forest plot with single group percentage outcome] > > Could anyone help me with it? Thank you! > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.