View source: R/summary.pop_data.R
summary.pop_data | R Documentation |
summary()
method for pop_data
objects
## S3 method for class 'pop_data'
summary(object, strata = NULL, ...)
## S3 method for class 'summary.pop_data'
print(x, ...)
object |
a |
strata |
a |
... |
unused |
x |
an object of class |
a summary.pop_data
object, which is a list containing two summary tables:
age_summary
summarizing age
ab_summary
summarizing value
, stratified by antigen_iso
library(dplyr)
xs_data <-
sees_pop_data_pk_100
summary(xs_data, strata = "catchment")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.