Learn R Programming

npsm (version 2.0.0)

insulation: Insulating Fluid Data

Description

Study the breakdown time of an electrical insulating fluid subject to seven different levels of voltage stress.

Usage

data("insulation")

Arguments

Format

A data frame with 76 observations on the following 2 variables.

log.stress

log of voltage stress

log.time

log of failure time

References

Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.

Examples

Run this code
myscores <- logGFscores
myscores@param <- c(1,5)
fit <- rfit(log.time ~ log.stress,scores=myscores,data=insulation)
summary(fit)
fit$tauhat

Run the code above in your browser using DataLab