fit.power.and.loglin.process: Title

Description Usage Arguments Examples

Description

Title

Usage

1
2
3
4
5
6
7
fit.power.and.loglin.process(
  data.rdu,
  start.gamma1 = 0.001,
  xlab = paste("Age in", get.time.units(data.rdu)),
  ylab = "Mean Cumulative Failures",
  plot.seg = T
)

Arguments

data.rdu
start.gamma1
xlab
ylab
plot.seg

Examples

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

halfbeak.rdu <- frame.to.rdu(halfbeak,
                             ID.column = "unit", 
                             time.column = "hours" ,
                             event.column = "event", 
                             data.title = "Halfbeak Data", 
                             time.units = "Thousands of Hours of Operation")

fit.power.and.loglin.process(halfbeak.rdu,
                             xlab = "Thousands of Hours of Operation",
                             ylab = "Cumulative Number of Maintenance Actions")



## End(Not run)

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