Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | mcf.plot(
data.rdu,
conf.level = GetSMRDDefault("SMRD.ConfLevel")/100,
plot.data = F,
title.option = GetSMRDDefault("SMRD.TitleOption"),
my.title = NULL,
xlab = paste("Time in", get.time.units(data.rdu)),
ylab = "Mean Cumulative Function",
add = F,
lty = 1,
plot.seg = T,
xlim = c(NA, NA),
ylim = c(NA, NA),
band.type = "p",
ci.opt = "solid"
)
|
data.rdu |
|
conf.level |
|
plot.data |
|
title.option |
|
my.title |
|
xlab |
|
ylab |
|
add |
|
lty |
|
plot.seg |
|
xlim |
|
ylim |
|
band.type |
|
ci.opt |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## Not run:
ValveSeat.rdu <- frame.to.rdu(valveseat,
ID.column = "unit",
time.column = "days" ,
event.column = "event",
data.title = "Valve-Seat Replacement Data",
time.units = "Days")
#attr(ValveSeat.rdu,"WindowInfo")
summary(ValveSeat.rdu)
event.plot(ValveSeat.rdu)
mcf.plot(ValveSeat.rdu)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.