knitr::opts_chunk$set(echo = TRUE)
Congratulations for getting this far. To complete the evidence that you have made a working R package please answer the following by using the supplied rmd and upload the knitted html to CANVAS.
I will assume your package is called MYPAC and you have packaged and documented functions myf1
, myf2
, myf3
and myf4
.
Your actual package name and functions will obviously be called something else.
Please place your first function in the r chunk in the following way:
Once you are ready please remove the option eval = FALSE
math4753kouryRpackage::packagecltu(n=25,iter=10000)
Please place your second function in the r chunk in the following way:
Once you are ready please remove the option eval = FALSE
math4753kouryRpackage::mymult()
Please place your third function in the r chunk in the following way:
Once you are ready please remove the option eval = FALSE
math4753kouryRpackage::myncurve(mu=0,sigma=1,a=1.7)
Please place your forth function in the r chunk in the following way:
Once you are ready please remove the option eval = FALSE
math4753kouryRpackage::myboot(x=(1:9999),fun="median")
There are other functions from the labs. They can be found in the R folder.
This is the address of my GITHUB repository: https://github.com/wkoury/math4753-koury-R-package.git
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.