powered by
Study the breakdown time of an electrical insulating fluid subject to seven different levels of voltage stress.
data("insulation")
A data frame with 76 observations on the following 2 variables.
log.stress
log of voltage stress
log.time
log of failure time
Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.
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