multiple.simulate.type.two: Title

Description Usage Arguments Examples

Description

Title

Usage

1
multiple.simulate.type.two(n, r, distribution, number.sim = 1000)

Arguments

n
r
distribution
number.sim

Examples

 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)

Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.