kaigu1990 / stabiot

Common Statistical Analysis for Clinical Trials in Biotech
GNU General Public License v3.0
2 stars 0 forks source link

stabiot

R-CMD-check

The goal of stabiot is to assist statisticians and statistical programmers in using R functions and methods to oversee the outputs produced by SAS from outsourcing in clinical trials. The data sets would be ADaM format preferably, but they do not have to strictly follow the CDISC standards.

To guarantee accurate results, I prefer to wrap mature R packages rather than rebuild statistical methods. Parts of statistics outputs are styled with rtables. For present, the completed sections are listed below.

Installation

You can install the development version of stabiot like so:

if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("kaigu1990/stabiot")