Description Usage Arguments Examples
Title
1 | multiple.simulate.type.two(n, r, distribution, number.sim = 1000)
|
n |
|
r |
|
distribution |
|
number.sim |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ## Not run:
mstt1 <- multiple.simulate.type.two(n = c(20,30,40),
r = c(20,30,40),
distribution = "lognormal",
number.sim = 1000)
plot(mstt1, qprob = 0.9)
plot(mstt1, qprob = 0.8)
plot(mstt1, qprob = 0.5)
mstt2 <- multiple.simulate.type.two(n = c(20,30,40),
r = c(10,15,20),
distribution = "lognormal",
number.sim = 1000)
plot(mstt2, qprob = 0.9)
plot(mstt2, qprob = 0.8)
plot(mstt2, qprob = 0.5, grids = T)
mstt3 <- multiple.simulate.type.two(n = c(24,28,33),
r = c(24,28,33),
distribution = "normal",
number.sim = 1000)
plot(mstt3, qprob = 0.9)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.