Learn R Programming

BSDA (version 1.01)

Fluid: Breakdown times of an insulating fluid under various levels of voltage stress

Description

Data for Exercise 5.76

Usage

Fluid

Arguments

Format

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

X26kV

a numeric vector

X28kV

a numeric vector

X30kV

a numeric vector

X32kV

a numeric vector

X34kV

a numeric vector

X36kV

a numeric vector

X38kV

a numeric vector

response

a numeric vector

group

a numeric vector

ln.resp.

a numeric vector

Examples

Run this code
# NOT RUN {
str(Fluid)
attach(Fluid)
stem(X34kV)
SIGN.test(X34kV)
detach(Fluid)
# }

Run the code above in your browser using DataLab