Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 10 |
data.ld |
|
stress.var.list |
|
group.var |
|
the.ld.name |
|
prefix |
|
allow.poor.data |
|
number.needed |
|
printem |
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 | ## Not run:
Bleed.ld <- frame.to.ld(bleed,
response.column = 1,
censor.column = 2,
case.weight.column = 3,
x.columns = 4,
time.units = "Hours")
Bleed.ld_D <- ld.split(Bleed.ld, stress.var = "D")
Bleed.ld_Other <- ld.split(Bleed.ld, stress.var = "Other")
event.plot(Bleed.ld_D)
summary(Bleed.ld_D)
event.plot(Bleed.ld_Other)
summary(Bleed.ld_Other)
plot(Bleed.ld,my.title="All Bases")
plot(Bleed.ld,
distribution = "Weibull",
my.title = "Bleed System Failures\nAll Bases")
plot(Bleed.ld_D,
distribution = "Weibull",
my.title = "Bleed System Failures\nOnly Base D")
plot(Bleed.ld_Other,
distribution = "Weibull",
my.title = "Bleed System Failures\nOmitting Base D")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.