Hi to everybody i trt to conduct a meta analyis (meta regression) with stata 16
The aim is the prevalence of skin disease in diabetic population
Below the dataset
My effect size data are present in dataset : prev (prevalence of skin disease in diabetic population) and se(prev) standard error ef the effect size.
so I use this code
My problem is that when i run the instrucion meta summarize I obtain negative confidence interval.
How to solve this problem with STATA 16?
Thnaks to everybody in advance
The aim is the prevalence of skin disease in diabetic population
Below the dataset
Study | Group_age | Female_percentage | mean_Age | Prev | se(prev) |
1 | children | 19.2 | 6 | 0.03 | 0.008245 |
2 | adult | 2 | 23 | 0.26 | 0.055571 |
3 | adult | 3.2 | 32 | 0.12 | 0.031311 |
4 | adult | 1.2 | 54 | 0.10 | 0.025624 |
5 | children | 5.6 | 13 | 0.14 | 0.008974 |
6 | children | 27 | 15 | 0.02 | 0.002012 |
7 | adult | 4 | 27 | 0.11 | 0.058451 |
8 | adult | 0.3 | 30 | 0.02 | 0.019799 |
9 | children | 2 | 15.3 | 0.08 | 0.034056 |
10 | children | 1.5 | 16.9 | 0.05 | 0.018043 |
11 | adult | 1.6 | 19 | 0.10 | 0.034772 |
12 | adult | 3.5 | 20.2 | 0.10 | 0.043243 |
13 | adult | 0.2 | 25 | 0.06 | 0.020726 |
14 | adult | 13 | 30.4 | 0.01 | 0.012902 |
15 | children | 2 | 14 | 0.35 | 0.050502 |
16 | children | 2.3 | 13.2 | 0.03 | 0.016659 |
17 | children | 8.9 | 12.0 | 0.27 | 0.077528 |
18 | children | 16.2 | 11 | 0.53 | 0.048038 |
19 | adult | 17.3 | 37.2 | 0.62 | 0.095411 |
20 | adult | 45.3 | 35.6 | 0.02 | 0.019799 |
21 | children | 6 | 12 | 0.04 | 0.009234 |
22 | children | 74.3 | 11 | 0.09 | 0.040151 |
23 | adult | 15 | 39 | 0.05 | 0.001645 |
24 | adult | 16.2 | 42.3 | 0.01 | 0.000831 |
25 | children | 3 | 15.6 | 0.02 | 0.002015 |
26 | adult | 2.5 | 18.9 | 0.16 | 0.029964 |
27 | adult | 6.2 | 21 | 0.17 | 0.030429 |
so I use this code
Code:
meta set prev se(prev) meta summarize meta forestplot meta regress Female_percentage meta funnelplot meta bias
My problem is that when i run the instrucion meta summarize I obtain negative confidence interval.
How to solve this problem with STATA 16?
Thnaks to everybody in advance
Comment