Readme.md

The BIAS.data package

This R package provides data mainly for the courses STAT200, STAT210 and STAT340 at NMBU. Although most of the data sets in this package have been collected from these courses, the data can be used in any other course as well.

Installation

Install the package from GitHub by

if(!require(devtools)) install.packages("devtools")
devtools::install_github("thoree/BIAS.data")

If the above commands fail, try

options(timeout=400)
if(!require(devtools)) install.packages("devtools")
devtools::install_github("thoree/BIAS.data")


thoree/stat340 documentation built on June 30, 2024, 4:04 p.m.