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:
library(MATH4753cobe0001) ddt <- myread("DDT.csv", "../Labs/DATA/") head(ddt)
myddt(ddt, "CCATFISH")
myboot2(10000, x=ddt$DDT, fun="mean", alpha = 0.05)
fitts(x1 = 10, y1 = 15, x2 = 50, y2 = 76, width = 120)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.