summary.pop_data {serocalculator} | R Documentation |
This function is a summary()
method for pop_data
objects
## S3 method for class 'pop_data'
summary(object, ...)
object |
a |
... |
unused |
a list containing two summary tables: one of age
and one of value
, stratified by antigen_iso
library(dplyr)
xs_data <- load_pop_data("https://osf.io/download//n6cp3/") %>%
clean_pop_data()
summary(xs_data)