powered by
Demonstrate the normal quantile-quantile plot for samples drawn from different populations.
qqPlotDemo( n = 25, distribution = "normal", mu = 0, sigma = 1, df = 10, lambda = 10, numdf = 10, dendf = 16, shape1 = 40, shape2 = 5 )
Returns invisibly the random sample.
sample size
population distribution. Options are "normal", "t","exponential", "chi.square", "F" or "beta" (partial matches are accepted).
"normal"
"t"
"exponential"
"chi.square"
"F"
"beta"
mean for the normal distribution.
(positive) standard deviation for the normal distribution.
(positive) degrees of freedom for the t-distribution.
positive rate for the exponential distribution.
(positive) numerator degrees of freedom for the chi-square distribution.
(positive) denominator degrees of freedom for the chi-square distribution.
positive parameter for the beta distribution (shape1 = a).
positive parameter for the beta distribution (shape2 = b).
Laura Chihara
Draw a random sample from the chosen sample and display the normal qq-plot as well as the histogram of its distribution.
qqPlotDemo(n = 30, distr = "exponential", lambda = 1/3)
Run the code above in your browser using DataLab