% Generated by roxygen2: do not edit by hand % Please edit documentation in R/actual_mainfixeffects.R \name{averageByGroup} \alias{averageByGroup} \title{Calculate average values by group} \usage{ averageByGroup(data, column, group_by) } \arguments{ \item{data}{The input data frame} \item{column}{The name of the target variable} \item{group_by}{The names of the grouping variables} } \value{ A data frame with average values calculated by group } \description{ Calculate average values by group }