Learn R Programming

BSDA (version 1.01)

Board: Incomes of board members from three different universities

Description

Data for Exercise 10.14

Usage

Board

Arguments

Format

A data frame with 7 observations on the following 3 variables.

UnivA

a numeric vector

UnivB

a numeric vector

UnivC

a numeric vector

Examples

Run this code
# NOT RUN {
str(Board)
attach(Board)
STACKED <-stack(Board)
STACKED[1:5,]
boxplot(values~ind,col=c("red","blue","green"),data=STACKED)
remove(STACKED)
detach(Board)
# }

Run the code above in your browser using DataLab