Description Usage Arguments Examples
Title
1 | fit.power.process(data.ld)
|
data.ld |
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 | ## 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")
summary(halfbeak.rdu)
event.plot(halfbeak.rdu)
print(mcf(halfbeak.rdu))
mcf.plot(halfbeak.rdu)
interarrival.times(halfbeak.rdu)
mcf.plot(halfbeak.rdu,
xlab = "Thousands of Hours of Operation",
ylab = "Cumulative Number of Maintenance Actions")
fit.power.process(halfbeak.rdu)
fit.loglin.process(halfbeak.rdu)
fit.power.and.loglin.process(halfbeak.rdu)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.