Shading under the Normal curve
snorm for shaded normal density curve Adapted from code from here. Used in my lab here Description Plots the pdf of the normal distribution with mean equal to mean and standard deviation equal to sd and shades in the area under the curve as determined by q (either a scalar of a vector of length 2) Usage qnorm(p, mean = 0, sd = 1, lower.tail = TRUE, …) q vector of quantiles snorm <- function(q, mean=0, sd=1, rsd=4, lower.
By R package build in intro stats
November 4, 2021