sumby: Title

Description Usage Arguments Value Examples

View source: R/dataman.R

Description

Title

Usage

1
sumby(countvar, byvar, byvar2, byvar3)

Arguments

countvar

Variable to be aggregated

byvar

Indicator for wich sum will be calculated

byvar2

Second Indicator for wich sum will be calculated

byvar3

Third Indicator for wich sum will be calculated

Value

aggregated data

Examples

1
2
df <- data.frame("count"=c(4,5),"year"=c(2015,2016))
sumby(count,year)

gdesve/epifield documentation built on Jan. 23, 2022, 10:03 a.m.