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

In these labs, you will write functions to implement regression calculations. You will be adding functionality to a package called regress431.

Lab 5 Instructions

Lab 6 Instructions



mknauss58/431-Lab-5-Group documentation built on May 7, 2022, 12:08 a.m.