View source: R/multiple.probplot.sim.R
multiple.probplot.sim | R Documentation |
Simulates data and makes probability plots to allow an assessment of the expected deviation from probability plots in repeated sampling.
multiple.probplot.sim( distribution = "normal", parameter = 1, sample.size.vec = c(10, 20, 40), number.simulations = 5, my.title = NULL )
distribution |
Distribution from which samples are drawn. |
parameter |
Value of the scale or shape parameter (depending on the distribution). Default is 1. |
sample.size.vec |
Vector of sample sizes for the simulation. Defauls is c(10, 20, 40). |
number.simulations |
Number of simulations for each sample size. Default is 5. |
my.title |
Allows specification of an alternative title or ” for no title |
multiple.probplot.sim() multiple.probplot.sim(distribution='exponential') multiple.probplot.sim(distribution='weibull', parameter=0.8) multiple.probplot.sim(sample.size.vec=c(25, 50, 100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.