f_aggrDat: Aggregate a local data frame and returning multiple summary...

View source: R/f_AggrDat.R

f_aggrDatR Documentation

Aggregate a local data frame and returning multiple summary statistics

Description

aggregates a single variable of a dataframe and returns summary statistics including CI's

Usage

f_aggrDat(dataframe, groupVars, valueVar, WideToLong = FALSE)

Arguments

dataframe

dataframe

groupVars

grouping variables

valueVar

variable to aggregate

WideToLong

change format of results dataset from wide to long format


ManuelaRunge/ranalysis documentation built on Dec. 7, 2024, 5:01 a.m.