Oncostat / grstat

Statistical package for clinical research in GR
2 stars 0 forks source link

grstat

Package-License Lifecycle: experimental CRAN
status CRAN RStudio mirror
downloads Last
Commit R-CMD-check

{grstat} is a package designed to help standardize the descriptive clinical research analyses at GR.

Installation

The package is not on CRAN yet, so you have to install the development package from GitHub:

# Install development version on Github
remotes::install_github("Oncostat/grstat")

# Install specific tagged version (for reproducibility purpose)
remotes::install_github("Oncostat/grstat@x.x.x", build_vignettes=TRUE)

Note that, for reproducibility purpose, an even better solution would be to use renv.

Features