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

Run some of the functions in the package

math4753kouryRpackage::packagecltu(n=25,iter=10000)
math4753kouryRpackage::mymult()
math4753kouryRpackage::myncurve(mu=0,sigma=1,a=1.7)
math4753kouryRpackage::myboot(x=(1:9999),fun="median")


wkoury/math4753-koury-R-package documentation built on Jan. 1, 2021, 12:49 p.m.