Hi to everybody..
I try again to explain my problem, hoping that somebody answer me.
Not being very experienced, I would like to ask you a few things to make sure I am doing well.
I have
In Stata16 we can have:
1) meta-analysis with effect size data already present in the data set.
2) meta-analysis with summary data
I've applied the case 1 (meta-analysis with effect size data already present in the data set)
/*objective of the study: prevalence of ADHD (Attention Deficit/Hyperactivity Disorder) in autistic people (ASD)*/
I have these variables in my dataset:
ADHD_ASD = autistic people with ADHD
ASD= autistic people
ID=Intellectual disability
age=age of autistic people
female= %female with ASD
Since my measures of effect-size is the prevalence, I proceeded as follows:
metaprop ADHD_ASD ASD, random cimethod (exact)
rename _ES prev_ASD_ADHD
rename _se_ES se_prev_ASD_ADHD
meta set prev_ASD_ADHD se_prev_ASD_ADHD
/*text covariate age*/
meta regress age
estat bubbleplot
/*text covariate intellectual disability*/
meta regress ID
estat bubbleplot
/*text covariate %female*/
meta regress female
estat bubbleplot
/*text all covariates , multivariable meta-regression*/
meta regress age ID female
meta bias, egger
meta funnelplot, random
What do you think?
Then, I would ask you onother thing, mostly my dubt. If you use onother software, for example SAS, the value of I squared, R squared, egger test, may be a little different, if for example, you use STATA?
Thanks a million
Best
Tommaso Salvitti
Related Posts with meta regression using STATA 16
-xtoverid- or Variable Addition Test (VAT)Dear community, after having found heteroscedasticity and autocorrelation in my panel data, I accou…
Simple for-dummies examples of using scons with StataDear Statalisters, I was wondering if anyone knew of or could share some simple "for-dummies" examp…
Generate binary variable from string variable contentsIs there a way to generate a variable based on a string variable that contains numbers in a list? Fo…
How to display a descriptive table for all items of an item set, presenting percentages for each response category?Dear all, I am stuck at a problem, although the solution should be straightforward. I have several…
How do I construct an index based on imputed variables using Stata? Hi all, I am looking to construct an index (ranging from 0 to 1) describing how positively the sur…
Subscribe to:
Post Comments (Atom)
0 Response to meta regression using STATA 16
Post a Comment