print.gof: Print Method for gof Objects

View source: R/gof.R

print.gofR Documentation

Print Method for gof Objects

Description

Prints a summary of goodness-of-fit statistics.

Usage

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

Arguments

x

An object of class gof.

...

Additional arguments (not used).

Value

Invisibly returns the input object.

See Also

Other goodness-of-fit: gof(), ppplot.rga(), qqplot.rga()

Examples

times <- c(5, 10, 15, 20, 25)
failures <- c(1, 2, 1, 3, 2)
fit <- rga(times, failures)
g <- gof(fit)
print(g)

ReliaGrowR documentation built on May 22, 2026, 5:07 p.m.