inst/snippets/Figure6.08.R

plotFun(dnorm(x, 0, 1) ~x, x.lim = c(-4, 4), col = "black")
plotFun(dt(x, df = 15) ~x, add = TRUE, lty = 2)
plotFun(dt(x, df = 5) ~x, add = TRUE, lty = 3, col = "red")

Try the Lock5withR package in your browser

Any scripts or data that you put into this service are public.

Lock5withR documentation built on May 2, 2019, 3:43 p.m.