knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(MATH4753rund0006) MATH4753rund0006::miguelcltb(n=5,iter=10000,p=0.5)
library(MATH4753rund0006) mynormfunction(x=c(5,7,7,8,10),mu=seq(5,10,length=1000),sig=seq(0.1,4,length=1000))
library(MATH4753rund0006) myboot2(x=c(1,3,4,5,3,2), fun="mean", alpha=0.05)
library(MATH4753rund0006) scatterhist(c(1,5,8,7),c(7,2,9,3),"x-axis","y-axis")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.