knitr::opts_chunk$set(echo = TRUE)

# Load packages
library(tidyverse)
library(knitr)
library(tidystats)

# Options
options(knitr.kable.NA = '-')

Setup

Start by reading in the data frame containing the output of all the statistical models.

results <- read_stats("results.csv")


WillemSleegers/tidystats-v0.3 documentation built on Aug. 12, 2019, 5:31 p.m.