group.mean: Convenience function for calculating group-mean covariates.

View source: R/group.mean.R

group.meanR Documentation

Convenience function for calculating group-mean covariates.

Description

Creates a between-study (or between-cluster) version of the covariate in question.

Usage

group.mean(var, grp)

Arguments

var

The covariate cotaining the values to be group averaged.

grp

The group from which the average should be calculated.

Value

A column or vector containing the group.mean covariate.

Examples



# Load data
data(corrdat)

# Create a group mean covariate 
age_m <- group.mean(corrdat$age, corrdat$studynum)



robumeta documentation built on March 31, 2023, 11:48 p.m.