README.md

bcimodel

Modeling package for the Breast Cancer Initiative at Fred Hutch

Contact: Jeanette Birnbaum, kurian@uw.edu

Package structure

The package structure follows the somewhat oblique standard structure of R packages

Folder | Contains ------ | -------- inst/extdata | Original data files data-raw | Scripts that convert data in inst/extdata to formatted data in data data | Formatted data that can be loaded via the package R | Functions to support analyses man | Help files for functions in R analyses | Analyses vignettes | Example vignette

Install instructions

devtools::install_github('cancerpolicy/bcimodel', build_vignettes=TRUE)

Start here

Please see the Introduction vignette after loading the package:

vignette('introduction', 'bcimodel')

Alternatively, view online.



cancerpolicy/bcimodel documentation built on June 30, 2019, 12:39 a.m.