For some reason I was under the false impression that these packages were
made for meta-analyses of RCT-like studies in which two groups are
compared. I am glad to see that I was wrong and that I can use one of these
packages.
All studies reported using the same units for the exposure so the
Many thanks to both of you for the helpful responses to my post. The
outcomes are all measured with the same units and I can indeed calculate
the sampling variance from the 2 SDs I get from each study.
MP
Le , "Viechtbauer Wolfgang (STAT)"
a écrit :
> To add to Michael's response:
> Ther
Greetings,
I wish to conduct a meta-analysis for which the outcome is a continuous
variable measured on the same individuals before and after an intervention.
Hence, the comparison is not made between two groups, but within groups, at
diffrent times.
Each study reports the mean outcome and S
Hi,
I have a question about %in% and subsettin data frames.
Say I need to keep ID 1,2,4,5, 10 from the data frame dat. I can do:
dat <- data.frame(ID = 1:10, var = 1:10)
someID <- c(1,2,4,5,10)
subset(dat, dat$ID %in% someID)
Is there a quick way to do the opposite, ie to do a subset that conta
4 matches
Mail list logo