inst/doc/statistics.R

## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ------------------------------------------------------------------------
lm(mpg ~ wt, data = mtcars)
antonvsdata/amp documentation built on Jan. 8, 2020, 3:15 a.m.