library(ProjectPart3Daugherty)
ProjectPart3Daugherty::myconstructor
set.seed(21) x<-rnorm(30,5,2) set.seed(23) y<-rnorm(30,3,2) alpha<-0.05
obj<-ProjectPart3Daugherty::myconstructor(x=x,y=y,alpha=0.05) library(ProjectPart3Daugherty) print(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.