print.duane: Print method for duane objects.

View source: R/duane.R

print.duaneR Documentation

Print method for duane objects.

Description

This function prints a summary of the Duane analysis result.

Usage

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

Arguments

x

An object of class "duane" returned by the duane_plot function.

...

Additional arguments (not used).

Value

Invisibly returns the input object.

See Also

Other Duane functions: duane(), plot.duane(), plot.duane_predict(), predict_duane(), print.duane_predict()

Examples

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

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