Learn R Programming

ReliaGrowR (version 0.3.2)

print.duane: Print method for duane objects.

Description

This function prints a summary of the Duane analysis result.

Usage

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

Value

Invisibly returns the input object.

Arguments

x

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

...

Additional arguments (not used).

See Also

Other Duane functions: duane(), plot.duane()

Examples

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

Run the code above in your browser using DataLab