| print.duane_predict | R Documentation |
Prints a formatted table of forecast MTBF with confidence bounds.
## S3 method for class 'duane_predict'
print(x, ...)
x |
An object of class |
... |
Additional arguments (not used). |
Invisibly returns the input object.
Other Duane functions:
duane(),
plot.duane(),
plot.duane_predict(),
predict_duane(),
print.duane()
times <- c(100, 200, 300, 400, 500)
failures <- c(1, 2, 1, 3, 2)
fit <- duane(times, failures)
fc <- predict_duane(fit, times = c(1000, 2000))
print(fc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.