mviljamaa
2016-Jan-20 10:34 UTC
[R] Where to get quantiles (1st parameter q) for pnorm? (Normal approximation to binomial distribution)
I'm doing Normal approximation to binomial distribution. My variables are generated by rbinom. Here: msemac.redwoods.edu/~darnold/math15/spring2013/R/Activities/ApproxBinomWithNorm.html it's claimed that normal approximation is done using the command pnorm. Question: Where to get quantiles (1st parameter q) for pnorm? -Matti
Gerrit Eichner
2016-Jan-20 10:42 UTC
[R] Where to get quantiles (1st parameter q) for pnorm?(Normalapproximation to binomial distribution)
Hi, Matti, use ?pnorm and read about qnorm. Hth -- Gerrit On Wed, 20 Jan 2016, mviljamaa wrote:> I'm doing Normal approximation to binomial distribution. > > My variables are generated by rbinom. > > Here: > msemac.redwoods.edu/~darnold/math15/spring2013/R/Activities/ApproxBinomWithNorm.html > > it's claimed that normal approximation is done using the command pnorm. > > Question: > > Where to get quantiles (1st parameter q) for pnorm? > > -Matti > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.