Learn R Programming

BSDA (version 1.01)

Coaxial: Signal loss from three types of coxial cable

Description

Data for Exercise 10.24 and 10.25

Usage

Coaxial

Arguments

Format

A data frame with 45 observations on the following 5 variables.

Type.A

a numeric vector

Type.B

a numeric vector

Type.C

a numeric vector

Signal

a numeric vector

Cable

a numeric vector

Examples

Run this code
# NOT RUN {
str(Coaxial)
attach(Coaxial)
boxplot(Signal~Cable)
kruskal.test(Signal~as.factor(Cable))
detach(Coaxial)
# }

Run the code above in your browser using DataLab