I've to do a META-ANALYSIS of Prevalence study.
The aim of the study is: prevalence of ASD (AUTISM) with bipolar disorder. As regard the "metaprop" (a meta analysis of proportion) command it was easily applied.
Is it correct the metareg command that i wrote below The effect of moderator ( percent female %Female, intellectual disability %ID ) were assessed using random-effects meta regression analysis (univariate and multivariate). thanks to everybody. This is the first time for me.
Study | Bipolar_ASD | Total_ASD | Female | ID |
1 | 265 | 1507 | 26,9 | 0 |
2 | 256 | 4123 | 17 | 4,29 |
3 | 15116 | 48762 | 20 | |
4 | 38 | 92 | 25 | |
5 | 38 | 284 | 15,1 | 26 |
6 | 629 | 6399 | 20 | 10,72 |
7 | 3018 | 36947 | 20 | 10,48 |
8 | 1922 | 28040 | 20 | 13,3 |
9 | 1006 | 15086 | 20 | 21,58 |
10 | 451 | 6529 | 20 | 38,61 |
11 | 64 | 638 | 20 | 28,57 |
12 | 161 | 14381 | 21 | |
13 | 19 | 80 | 25 | 93,75 |
14 | 83 | 160 | 18 | |
15 | 40 | 4790 |
metaprop bipolar_ASD Total_ASD, random cimethod (exact)
rename _ES prev_ASD_BIPOLAR
rename _seES se_prev_ASD_BIPOLAR
/*UNIVARIABLE metaregression*/
/*% FEMALE*/
metareg prev_ASD_BIPOLAR Female, wsse (se_prev_ASD_BIPOLAR)
/*% ID/
metareg prev_ASD_BIPOLAR ID, wsse (se_prev_ASD_BIPOLAR)
/*MULTIVARIABLE metaregression*/
metareg prev_ASD_BIPOLAR Female ID , wsse (se_prev_ASD_BIPOLAR)
I PUT THE VALUE 0.5 IF THE DATA WAS MISSING.
Is it correct the syntax?
Thanks a million to everybody
Tommaso
0 Response to metaprop and metareg
Post a Comment