forked from MSKCC-Epi-Bio/bstfun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
34 lines (25 loc) · 1.13 KB
/
README.Rmd
File metadata and controls
34 lines (25 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# bstfun
<!-- badges: start -->
[](https://github.com/MSKCC-Epi-Bio/bstfun/actions)
[](https://app.codecov.io/gh/MSKCC-Epi-Bio/bstfun?branch=main)
<!-- badges: end -->
A miscellaneous collection of functions to used by members of the Biostatistics Department at MSKCC. Functions in the {bstfun} package do not fall within the well-defined packages with more narrow scope used by the department.
## Installation
Employees of MSKCC should install {bstfun} by installing the internal {biostatR} package.
Details at [biostatR.mskcc.org](https://github.mskcc.org/pages/datadojo/biostatR/index.html).
You can install the development version of {bstfun} with:
``` r
devtools::install_github("MSKCC-Epi-Bio/bstfun")
```