knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

statslearnr

The goal of statslearnr is to allow students to test their knowledge about statistics.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("statisticsforsocialscience/statslearnr")

How to run

This is a basic example which shows you how to solve a common problem:

library(statslearnr)
## basic example code

What is special about using README.Rmd instead of just README.md? You can include R chunks like so:

summary(cars)


statisticsforsocialscience/statslearnr documentation built on Dec. 29, 2019, 12:25 a.m.