print.rga: Print method for rga objects.

View source: R/rga.R

print.rgaR Documentation

Print method for rga objects.

Description

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

Usage

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

Arguments

x

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

...

Additional arguments (not used).

Value

Invisibly returns the input object.

See Also

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

Examples

times <- c(100, 200, 300, 400, 500)
failures <- c(1, 2, 1, 3, 2)
result <- rga(times, failures)
print(result)

ReliaGrowR documentation built on Nov. 22, 2025, 1:06 a.m.