summary.pop_data {serocalculator} | R Documentation |
Summarize cross-sectional antibody survey data
Description
summary()
method for pop_data
objects
Usage
## S3 method for class 'pop_data'
summary(object, strata = NULL, ...)
## S3 method for class 'summary.pop_data'
print(x, ...)
Arguments
object |
a |
strata |
a |
... |
unused |
x |
an object of class |
Value
a summary.pop_data
object, which is a list containing two summary tables:
-
age_summary
summarizingage
-
ab_summary
summarizingvalue
, stratified byantigen_iso
Examples
library(dplyr)
xs_data <-
sees_pop_data_pk_100
summary(xs_data, strata = "catchment")
[Package serocalculator version 1.3.0 Index]