Displaying 1 result from an estimated 1 matches for "datdom".
Did you mean:
dtdom
2012 Aug 02
2
metafor- interpretation of moderators test for raw proportions
...xpected, but
I would like to double check on the interpretation of my mixed-effect model
summary.
The levels of my moderator variable surgery.type are LateralWedge, Dome, and
Complex, which I've dummy coded like this:
dat$LateralWedge<-ifelse(dat$Technique=="LateralWedge",1,0)
datDome<-ifelse(dat$Technique=="Dome",1,0)
dat$Complex<-ifelse(dat$Technique=="Complex",1,0)
When i fit this random effect model:
rma(yi,vi,data=dat, mods=cbind(LateralWedge,Dome,Complex))
I get this output:
/Mixed-Effects Model (k = 33; tau^2 estimator: REML)
logLik Devian...