R Package - seroincidence

pkgVersion <- packageDescription("seroincidence")$Version
pkgLicense <- packageDescription("seroincidence")$License
pkgDate <- packageDescription("seroincidence")$Date
authorsString <- gsub("^ *|(?<= ) |\n| *$", "", packageDescription("seroincidence")$Authors, perl = TRUE)
authorList <- eval(parse(text = authorsString))
pkgAuthors <- paste(format(authorList,
                           include = c("given", "family", "email", "comment"), 
                           braces = list(family = c("", ",<br />"),
                                         email = c("<", ">,<br />"), 
                                         comment = c("", ""))), 
                    collapse = "<br /><br />")
pkgMaintainer <- packageDescription("seroincidence")$Maintainer
pkgBaseFileName <- paste("seroincidence", pkgVersion, sep = "_")
pkgUrl <- packageDescription("seroincidence")$URL

R package seroincidence allows translation of antibody levels measured in a (cross-sectional) population sample into an estimate of the frequency with which seroconversions (infections) occur in the sampled population.

Item | Data ----- | ------ Version | r pkgVersion Published | r pkgDate Authors | r pkgAuthors Maintainer | r pkgMaintainer License | r pkgLicense Installation manual | installation.pdf Tutorial | tutorial.pdf Appendix | methodology.pdf ECDC web site | r pkgUrl



Try the seroincidence package in your browser

Any scripts or data that you put into this service are public.

seroincidence documentation built on May 2, 2019, 7 a.m.