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/Lab-6-Group documentation built on May 22, 2022, 12:26 a.m.