powered by
Creates a between-study (or between-cluster) version of the covariate in question.
group.mean(var, grp)
A column or vector containing the group.mean covariate.
The covariate cotaining the values to be group averaged.
The group from which the average should be calculated.
# Load data data(corrdat) # Create a group mean covariate age_m <- group.mean(corrdat$age, corrdat$studynum)
Run the code above in your browser using DataLab