Тёмный
No video :(

How to Conduct a Meta-Analysis of Proportions in R 

Naike
Подписаться 127
Просмотров 19 тыс.
50% 1

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@xinyaozhang4978
@xinyaozhang4978 4 года назад
Came from Zhihu too. Really inspiring!
@bellan3959
@bellan3959 2 года назад
You explain so well and calmly, this is amazing! Thank you so much 🙏
@mohsuprayogi2416
@mohsuprayogi2416 2 года назад
Hello Naike, thanks for sharing this information. It helps a lot
@alaamuayad5877
@alaamuayad5877 4 года назад
Really nice work
@martin41
@martin41 4 года назад
Very well done indeed!!! Amazing tutorial
@zohorulislam
@zohorulislam 6 лет назад
Dear Naike, This is very helpful! Thank you very much for making such a nice tutorial which is 100% reproducible.
@maxicordier6348
@maxicordier6348 4 года назад
Thanks! Very helpful!
@stupid0160
@stupid0160 5 лет назад
many many thanks.
@conigrave
@conigrave 6 лет назад
Thank you, this is very helpful!
@abebawyeshambel2426
@abebawyeshambel2426 2 года назад
great contribution
@mikehector1
@mikehector1 2 года назад
Dear Naike, this was really helpful. Great tutorial indeed. Learned a lot. I followed your tutorial and was able to reproduce the whole thing!! However, just a little bit of problem I found, probably nothing significant for you, was unable to get rid of printing of 'Common effect model' in the forest plot picture. Both the 'Common effect model' and 'Random effect model' label showing in my Forest plot graph, but can see only 'random effect model' label in your your forest plot graph though. Any suggestion would be highly appreciated. Thank you.
@bjfiero47
@bjfiero47 Год назад
I managed to remove the common effects model by using the argument common = FALSE in the metaprop command.
@ASIIMWE5
@ASIIMWE5 4 года назад
many thanks
@christophercamarda4879
@christophercamarda4879 2 года назад
Good video but please upload this in 1080p as the = ~ and - are indistinguishable.
@shakilnagori1336
@shakilnagori1336 5 лет назад
Dear Naike, Thank you for the wonderful video. I have a question. I am following your steps for conducting a meta-analysis, however, I do not have subgroups in my sample. I am unable to generate a forrest plot using the code in your video. I tried using the written version of your tutorial, where you have given the code for forrest plot without subgroups which is: pes.summary=metaprop(cases, total, authoryear, data=dat, sm="PLO",method.tau="DL", method.ci="NAsm")forest(pes.summary,xlim=c(0,4),pscale=1000,rightcols=FALSE,leftcols=c("studlab", "event", "n", "effect", "ci"),leftlabs=c("Study", "Cases", "Total", "Prevalence", "95% C.I."),xlab="Prevalence of CC", smlab="",weight.study="random", squaresize=0.5, col.square="navy",col.square.lines="navy",col.diamond="maroon", col.diamond.lines="maroon", pooled.totals=FALSE,comb.fixed=FALSE,fs.hetstat=10,print.tau2=TRUE,print.Q=TRUE,print.pval.Q=TRUE,print.I2=TRUE,digits=2) the following error pops up: Error: unexpected symbol in "pes.summary=metaprop(cases, total, authoryear, data=dat, sm="PLO")forest" please help. Im stuck since days
@saadalhumaid3959
@saadalhumaid3959 3 года назад
i keep getting this message [could not find function "forest"] when i try to create r Forest plot with metafor. Any idea how to solve this error?
@teetlemeetleneetleteetle3548
@teetlemeetleneetleteetle3548 3 года назад
Awesome video and article! Is there any indication on when it will be fully published as I can only seem to find the pre-print version? Thanks!
@wendai8575
@wendai8575 6 лет назад
Thanks a lot for the video. 谢谢 哈哈 来自祖国的问候~~
@superjamie39
@superjamie39 4 года назад
Dear Naike, Thank you very much for this fantastic tutorial. It is helping me so much as I am conducting a meta-analysis on prevalence of a rare pulmonary desease. Do you have any other tutorial like this on meta-analysis of RCT with quantitative data? Or code available in you github? I would be happy to have such help. Thank you. Marius
@borisitkin1
@borisitkin1 4 года назад
Great !!!!!!
@elisarimek6555
@elisarimek6555 3 года назад
Thank you, the tutorial was very helpful. I was wondering if the arcsine transformation you use is the same as the double arcsine transformation Barendregt et al. (2013) refered to?
@richardwalker10
@richardwalker10 2 года назад
Thank you very much!! One question: for the meta-regression, if we wanted to calculate the OR with CI, would we just exponentiate the estimate and its CI?
@claudiaorlasb
@claudiaorlasb 2 года назад
This is a great tutorial. Thanks for uploading it. I am currently working on a meta-analysis of proportions and there is just one single thing that does not work with the funnel plot code. Every time I try to run the code: funnel(pes.logit, yaxis="sei"), I get this error message: Error in funnel(pes.logit, yaxis = "sei") : unused argument (yaxis = "sei") I’ve been trying to use multiple versions of the code but still does work. Have you had to deal with this error before? How can you fix it? ty
@ngasefa1162
@ngasefa1162 6 лет назад
Dear Naike, thank you for your help. I am currently involved in met-analysis of heritability, which is similar to proportion in principle. Can I use this for the meta-analysis of heritability reports? I was also using this script from metaprop, but the forest plot is producing two vertical lines, i.e, both fixed and random effects are displayed though the random effect model is chosen. NOTE:The data are fake m
@naike3793
@naike3793 6 лет назад
Hi Nigus. As long as your data is proportional and your meta-analysis is non-comparative (i.e. one-arm), you can use the code. Thank you!
@ngasefa1162
@ngasefa1162 6 лет назад
Dear Naike, thank you for your response. It is a great help for my work.
@naike3793
@naike3793 6 лет назад
To stop the forest plot from producing one of the two vertical lines, add comb.fixed=FALSE or comb.random=FALSE in the forest() function, depending on which vertical line (fixed-effect vs. random-effects) you would like to plot.
@ngasefa1162
@ngasefa1162 6 лет назад
Wow, great, comb.fixed= FALSE worked for me. I can see only one vertical line for the random effects model.
@naike3793
@naike3793 6 лет назад
Glad to hear that!
@vlogsibbu1294
@vlogsibbu1294 2 года назад
Amazing video , we are going meta analysis of prevalence studies and when I used your script I get errors. I am a first time user. Is there a easy way
@EJL1985
@EJL1985 6 лет назад
Fantastic video and files, thank you! Is there any way to take the data from decimal form and convert from proportions to percentages in the Forest Plots?
@naike3793
@naike3793 6 лет назад
Hi, Eric. Sorry for the late response. I don't check my video very often. You can do this by using the "pscale" argument in the forest () function of the meta package. It is used to rescale proportions. pscale=n means that proportions are expressed as events per n observations. So, if you set pscale=1 (which is what I did in the video), 15/15398 will be shown as 0.00097415 in the forest plot. So, if you don't want to rescale proportions, use pscale=1. If you set pscale=10, the result will become 0.0097415. If you set pscale=100 (meaning events per 100 observations), it will become 0.097415. If you really want to get rid of the decimal, you have to set pscale=1000 or 10000 depending on your need. Remember, if you only change pscale, your graph will become too narrow or too wide, so you will also need to respecify the "xlim“ argument. Use this generic formula: xlim=c(0, x) in which x is a number that is a little bit bigger than the biggest 95% CI upper limit. For instance, in the example data, the biggest 95% CI upper limit is 0.00302 (Pi, 2012), so I would set xlim=c(0, 0.005). If you change pscale=1 to pscale=1000, you should also change xlim=c(0, 0.005) to xlim=c(0, 50). Don't forget to change the x-axis label after you rescale the proportions. For example, if you set pscale=100, you should use xlab = "Percentage (%)". Does this make sense to you? I hope it is helpful. The best way to learn it is to play with the code and example data yourself. I recently published the written version of the tutorial on my personal site (find the link in the description). I have improved the code in the written tutorial, so I think it's going to be very helpful to you.
@lukedebenham208
@lukedebenham208 Год назад
does anyone know what do you do if one of the proportions is 1 and you cannot use the logit transformation
@saadalhumaid3959
@saadalhumaid3959 Год назад
Before this worked and i was able to produce forest plots with no problem. Now when i try to build a forest plot with subgroup analysis, i get this error: argument is of length zero. Anyone please?
@naike3793
@naike3793 8 месяцев назад
I have addressed this issue in my published version of this tutorial. Please check it out on my researchgate: www.researchgate.net/publication/375451196_Conducting_Meta-analyses_of_Proportions_in_R.
Далее
How to perform a meta-analysis in R
27:58
Просмотров 42 тыс.
الذرة أنقذت حياتي🌽😱
00:27
Просмотров 10 млн
Meta-Analysis in R with {metafor}
1:40:41
Просмотров 40 тыс.
Conducting Meta Analysis in R
24:04
Просмотров 21 тыс.
How to perform a transparent meta-analysis
39:02
Просмотров 4,5 тыс.
Prevalence meta analysis in R
16:49
Просмотров 3,2 тыс.
ESMARConf2023: {Doing Meta-Analysis With R} tutorial
9:57