mcf.plot: Title

Description Usage Arguments Examples

Description

Title

Usage

 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"
)

Arguments

data.rdu
conf.level
plot.data
title.option
my.title
xlab
ylab
add
lty
plot.seg
xlim
ylim
band.type
ci.opt

Examples

 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)

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