knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Introduction

This R package is a compilation of various statistical functions that I wrote for my Statistics 302 class at the University of Washington.

Install this package using the following code:

devtools::install_github("dhruvrc/STAT302Package")
library(STAT302Package)


dhruvrc/STAT302Package documentation built on March 24, 2020, 5:36 p.m.