R build status Codecov test coverage License:MIT

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

VISCfunctions

The package provides functions for common tasks for creating statistical reports at Vaccine Immunology Statistical Center (VISC). The goal of VISCfunctions is to:

for VISC statisticians and programmers at Fred Hutch.

Installation

The package is available on the Fred Hutch organization GitHub page.

remotes::install_github("FredHutch/VISCfunctions")

# Use the build_vignettes parameter to access the vignette
# (Note that this may auto-upgrade dependencies - this behavior can be controlled with the `upgrade` argument)
remotes::install_github("FredHutch/VISCfunctions", dependencies = TRUE, build_vignettes = TRUE)
vignette("Overview")

Overview

Below is an overview of the currently available functions in VISCfunctions.

Statistical testing and estimates

Compare two groups, return a p-value:

Make all pairwise comparisons of a grouping variable (or any categorical variable), return descriptive statistics and p-values:

Estimate binomial confidence intervals for a binary vector:

Formatting output

Survival and Magnitude Breadth

Utility functions

Vignette

For more information, browse the vignette (browseVignettes("VISCfunctions")).

Contribute to this package

See our contibuting guide to learn more about how you can contribute to this package.



FredHutch/VISCfunctions documentation built on Oct. 14, 2024, 11:33 p.m.