Hello,
I am running a meta-regression of proportions, but before doing so I would like to transform my data using the double arcsine transformation. Can anyone confirm whether "asin" is the correct command here?
generate sens_arc = asin(sqrt(v1))
Thank you to anyone who can shed some light on this, as I see very little in terms of applying the double arcsine transformation to your data in the Stata literature outside of using metaprop.
Shannon
I am running a meta-regression of proportions, but before doing so I would like to transform my data using the double arcsine transformation. Can anyone confirm whether "asin" is the correct command here?
generate sens_arc = asin(sqrt(v1))
Thank you to anyone who can shed some light on this, as I see very little in terms of applying the double arcsine transformation to your data in the Stata literature outside of using metaprop.
Shannon
Comment