README.md

SPR: Tools to Learn Statistical Programming in R

SPR, an R package to simulate clinical data as part of training in R statistical programming.

Installation

You can install the released version of SPR from github:

install.packages('devtools')
library(devtools)
devtools::install_github("CJangelo/SPR")

Note that this R package is not intended for CRAN. It is for training purposes.

Description

This R package consists of functions that simulate clinical data. These functions are intended to be used along with Vignettes to illustrate how to fit statistical models to clinical data in R. Simulation studies can be conducted using these functions that allow statistical programmers to evaluate the performance of models in clinical applications.

Overview of Vignettes

Vignettes are located under Articles at the top of this page.

The Vignettes are the focus of the Training. The R package is intended to be used to simulate data to illustrate the statistical programming in R with clinical data.

Fundamentals

This covers the basics of doing analysis as a member of our team.

Vignettes: Different Data Distributions, Cross Sectional Data

Longitudinal Data

Longitudinal data leads to two complications:

Marginal versus Conditional Models

As a resource, please review the terrific explanations provided by Professor of Biostatistics Dimitris Rizopoulos: http://www.drizopoulos.com/courses/EMC/CE08.pdf

One important note for the Vignettes:

Missing Data

Tons of resources on this - can’t go wrong with the NRC panel’s report: https://www.ncbi.nlm.nih.gov/books/NBK209904/

Vignettes: Longitudinal Data and Missing Data Handling

Continuous Data

Categorical Data (Binomial, Ordinal)

All Data Types

Statistics Resources & References

License

This R package is free and open source software (License: GPL (>= 3)).



CJangelo/SPR documentation built on Feb. 24, 2022, 5:02 a.m.