Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 10 11 12 | FillRegion(
gmle.out,
iter = 2000,
conf.level = (GetSMRDDefault("SMRD.ConfLevel") + 1)/100,
prt = T,
lower = NULL,
upper = NULL,
cull = 1,
nbound = 5,
simult = F,
debug1 = F
)
|
gmle.out |
|
iter |
|
conf.level |
|
prt |
|
lower |
|
upper |
|
cull |
|
nbound |
|
simult |
|
debug1 |
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | ## Not run:
Fan.weibull.gmle.out <- ls.mle(Fan.ld,
distribution = "Weibull")
Fan.lev.gmle.out <- ls.mle(Fan.ld,
distribution = "lev")
names(Fan.weibull.gmle.out)
Fan.weibull.gmle.out <- FillRegion(Fan.weibull.gmle.out,
nbound = 4,
iter = 500,
cull = 2)
summary(Fan.weibull.gmle.out.jcr)
mleprobplot(Fan.ld,
distribution = "Lognormal")
basic.gmleprobplot(Fan.ld,
distribution = "Weibull",
plot.dist = "Weibull",
xxx.mle.out = Fan.weibull.gmle.out,
my.title = "",
cexlab = 1.5,
conlev = 0.95,
ciMethod = "lr.approx",
length.time.vec = 20)
Fan.lognormal.gmle.out <- ls.mle(Fan.ld,
distribution = "Lognormal")
basic.gmleprobplot(Fan.ld,
distribution = "Lognormal",
plot.dist = "Lognormal",
xxx.mle.out = Fan.lognormal.gmle.out,
my.title ="",
cexlab = 1.5,
conlev = 0.95,
ciMethod = "lr.approx",
length.time.vec = 20)
BearingCage.weibull.gmle.out <- ls.mle(BearingCage.ld,
distribution = "Weibull")
names(BearingCage.weibull.gmle.out)
BearingCage.weibull.gmle.out.jcr <- FillRegion(BearingCage.weibull.gmle.out,
nbound = 4,
iter = 500,
cull = 2)
summary(BearingCage.weibull.gmle.out.jcr)
mleprobplot(BearingCage.ld,
distribution = "Weibull",
xlim = c(200,10000),
ylim = c(.00031,.19),
time.vec = log.seq(200,10000,20))
basic.gmleprobplot(BearingCage.ld,
distribution = "Weibull",
xxx.mle.out = BearingCage.weibull.gmle.out,
my.title = "",
cexlab = 1.5,
conf.level = 0.95,
length.time.vec = 20,
xlim = c(200,10000),
ylim = c(.00031,.19),
time.vec = log.seq(200,10000,20),
ciMethod = "lr.approx")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.