Hi all,
I have survival data from a number of different disease registers that I am analyzing using stpm2. I wish to perform an ipd meta-analysis of a particular variable - however despite reading the help files and some online lectures I found, I remain a bit confused about how ipdmetan deals with complex multivariate models. These are perhaps best answered with specific questions around a hypothetical model:
Suppose this is my hypothetical model:
I have three questions:
I have survival data from a number of different disease registers that I am analyzing using stpm2. I wish to perform an ipd meta-analysis of a particular variable - however despite reading the help files and some online lectures I found, I remain a bit confused about how ipdmetan deals with complex multivariate models. These are perhaps best answered with specific questions around a hypothetical model:
Suppose this is my hypothetical model:
Code:
* Random Effects xi: ipdmetan, study(country) hr forest /// re: stpm2 i.binary i.categorical1 i.categorical2 c.age c.other, /// df(3) sc(h)
- This produces a forest plot - but which level of which variable is it plotting and can I control this ? (I assume it is 1.binary but I am not 100% sure)
- Instead of a binary, can I do an ipdmetan of the nth level of a categorical variable (or I should use indicator variables to do this) ?
- For a complex model - can I extract the coefficients from the other covariates after the model has run? (i.e. the ones that are not in the forest plot). And are these also meta-analysed ?
Comment