Learn R Programming

BSDA (version 0.1)

Parented: Education backgrounds of parents of entering freshmen at a state university

Description

Data for Exercise 1.32

Usage

Parented

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Parented)
attach(Parented)
MAT <- cbind(Mother, Father)
row.names(MAT) <- Educat 
MAT 
barplot(t(MAT),beside=TRUE,legend=TRUE,col=c("blue","red")) 
detach(Parented) 
remove(MAT)

Run the code above in your browser using DataLab