powered by
This function prints a summary of the results from an object of class rga.
rga
# S3 method for rga print(x, ...)
Invisibly returns the input object.
An object of class rga, which contains the results from the RGA model.
Additional arguments (not used).
Other Reliability Growth Analysis: plot.rga(), rga()
plot.rga()
rga()
times <- c(100, 200, 300, 400, 500) failures <- c(1, 2, 1, 3, 2) result <- rga(times, failures) print(result)
Run the code above in your browser using DataLab