powered by
summary() method for pop_data objects
summary()
pop_data
# S3 method for pop_data summary(object, strata = NULL, ...)# S3 method for summary.pop_data print(x, ...)
# S3 method for summary.pop_data print(x, ...)
a summary.pop_data object, which is a list containing two summary tables:
summary.pop_data
age_summary summarizing age
age_summary
age
ab_summary summarizing value, stratified by antigen_iso
ab_summary
value
antigen_iso
a pop_data object (from as_pop_data())
as_pop_data()
a character() specifying grouping column(s)
character()
unused
an object of class "summary.pop_data"; usually, the result of a call to summary.pop_data()
"summary.pop_data"
summary.pop_data()
library(dplyr) xs_data <- sees_pop_data_pk_100 summary(xs_data, strata = "catchment")
Run the code above in your browser using DataLab