Learn R Programming

ReliaGrowR (version 0.3.2)

print.rga: Print method for rga objects.

Description

This function prints a summary of the results from an object of class rga.

Usage

# S3 method for rga
print(x, ...)

Value

Invisibly returns the input object.

Arguments

x

An object of class rga, which contains the results from the RGA model.

...

Additional arguments (not used).

See Also

Other Reliability Growth Analysis: plot.rga(), rga()

Examples

Run this code
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