Learn R Programming

ssym (version 1.5.2)

Biaxial: Brown and Miller's Biaxial Fatigue

Description

This data set describes the life of a metal piece in cycles to failure. The response is the number of cycles to failure and the explanatory variable is the work per cycle.

Usage

data(Biaxial)

Arguments

References

J.R. Rieck and J.R. Nedelman (1991) A log-linear model for the Birnbaum-Saunders distribution, Technometrics 33, 51:60.

Examples

Run this code
data("Biaxial", package="ssym")
plot(Biaxial$Work, Biaxial$Life, xlim=range(Biaxial$Work), ylim=range(Biaxial$Life), type="p",
     cex=0.3, lwd=3, ylab="Life", xlab="Work per cycle",
	 main="Brown and Miller's Biaxial Fatigue Data")

Run the code above in your browser using DataLab