Description Usage Arguments Examples
Title
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 | npprobplot(
data.ld,
distribution,
shape = NULL,
xlab = NULL,
ylab = GetSMRDDefault("SMRD.LabelOnYaxis"),
xlim = c(NA, NA),
ylim = c(NA, NA),
band.type = "Simultaneous",
conf.level = GetSMRDDefault("SMRD.ConfLevel")/100,
a.limit = 0.001,
b.limit = 0.999,
interactive = T,
my.title = NULL,
sub.title = NULL,
point.cex = 1.2,
how.show.fhat = "points",
how.show.interval = "step.fun",
grids = 0,
title.option = GetSMRDDefault("SMRD.TitleOption"),
trunc.correct = T,
slope.axis = F,
draw.line = F,
linear.axes = F,
add = F,
pch = 16,
plot.censored.ticks = F,
point.pch = 18,
debug1 = F,
col.points = 1,
gamthr = NULL,
title.line.adj,
grob,
...
)
|
data.ld |
|
distribution |
|
shape |
|
xlab |
|
ylab |
|
xlim |
|
ylim |
|
band.type |
|
conf.level |
|
a.limit |
|
b.limit |
|
interactive |
|
my.title |
|
sub.title |
|
point.cex |
|
how.show.fhat |
|
how.show.interval |
|
grids |
|
title.option |
|
trunc.correct |
|
slope.axis |
|
draw.line |
|
linear.axes |
|
add |
|
pch |
|
plot.censored.ticks |
|
point.pch |
|
debug1 |
|
col.points |
|
gamthr |
|
title.line.adj |
|
... |
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 | ## Not run:
doatrun.ld <- frame.to.ld(doatrun,
response.column = c(1,2),
censor.column = 3,
case.weight.column = 4,
truncation.response.column = 5,
truncation.type.column = 6,
data.title = "DOA Truncated Data",
time.units = "Hours")
summary(doatrun.ld)
cdfest(doatrun.ld)
mlest(doatrun.ld,"Weibull")
npprobplot(doatrun.ld,
distribution = "Weibull")
npprobplot(doatrun.ld,
distribution = "Weibull",
trunc.correct = F)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.