knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

yscs

yscs is a collection of tools used in the Statistical Consulting Service at York University. It is a consolidation of tools developed in the 'spida' (Summer Programe in Data Analysis 2000-2012) package and other smaller packages.

You can install the latest version from github with:

if (packageVersion("devtools") < 1.6) {
  install.packages("devtools")
}
devtools::install_github("gmonette/yscs")

You may also want to install related packages: install.packages(c('car')) As more tools are ported to 'yscs', its functionality will expand. Currently, it contains the following components:



gmonette/yscs documentation built on May 17, 2019, 7:28 a.m.