knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"

)

This package is a collection of functions that I have acquired over the semester in MATH 4753. The 4 that are the best documented are:

myread

library(MATH4753cobe0001)
ddt <- myread("DDT.csv", "../Labs/DATA/")
head(ddt)

myddt

myddt(ddt, "CCATFISH")

myboot2

myboot2(10000, x=ddt$DDT, fun="mean", alpha = 0.05)

fitts

fitts(x1 = 10, y1 = 15, x2 = 50, y2 = 76, width = 120)


ecoberley/MATH4753cobe0001 documentation built on May 3, 2022, 7:30 p.m.