PlotMCFandNHPP: Title

Description Usage Arguments Examples

Description

Title

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
PlotMCFandNHPP(
  data.rdu,
  form,
  xlab = paste("Age in", get.time.units(data.rdu)),
  ylab = "Mean Cumulative Failures",
  plot.seg = T,
  number.points = 200,
  conf.level = GetSMRDDefault("SMRD.ConfLevel")/100,
  band.type = "p",
  theta.start = c(NA, NA),
  my.title = NULL
)

Arguments

data.rdu
form
xlab
ylab
plot.seg
number.points
conf.level
band.type
theta.start
my.title

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## Not run: 

Cylinder.rdu <- frame.to.rdu(cylinder,
                             ID.column = "engine", 
                             time.column = "days", 
                             event.column = "event", 
                             cost.count.column = "count", 
                             data.title = "Cylinder Replacement Data",
                             time.units = "Days")

#attr(Cylinder.rdu,"WindowInfo")

PlotMCFandNHPP(Cylinder.rdu, form = "power rule")

Cylinder.mcf <- mcf(Cylinder.rdu)

plot(Cylinder.mcf)


## End(Not run)

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