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