| print.rga | R Documentation |
This function prints a summary of the results from an object of class rga.
## S3 method for class 'rga'
print(x, ...)
x |
An object of class |
... |
Additional arguments (not used). |
Invisibly returns the input object.
Other Reliability Growth Analysis:
plot.rga(),
rga()
times <- c(100, 200, 300, 400, 500)
failures <- c(1, 2, 1, 3, 2)
result <- rga(times, failures)
print(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.