knitr::opts_chunk$set(echo = TRUE)
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.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.