multiple.probplot.sim: Probability Plot Simulation

View source: R/multiple.probplot.sim.R

multiple.probplot.simR Documentation

Probability Plot Simulation

Description

Simulates data and makes probability plots to allow an assessment of the expected deviation from probability plots in repeated sampling.

Usage

multiple.probplot.sim(
  distribution = "normal",
  parameter = 1,
  sample.size.vec = c(10, 20, 40),
  number.simulations = 5,
  my.title = NULL
)

Arguments

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

Examples

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))


wqmeeker/RTseries documentation built on Dec. 31, 2022, 10 a.m.