Learn R Programming

BSDA (version 1.01)

Saving: Problem asset ration for savings and loan companies in California, New York, and Texas

Description

Data for Exercise 10.34 and 10.49

Usage

Saving

Arguments

Format

A data frame with 75 observations on the following 6 variables.

calif

a numeric vector

newyork

a numeric vector

texas

a numeric vector

PAR

a numeric vector

state

a numeric vector

ranks

a numeric vector

Examples

Run this code
# NOT RUN {
str(Saving)
attach(Saving)
boxplot(PAR~state)
kruskal.test(PAR~as.factor(state))
detach(Saving)
# }

Run the code above in your browser using DataLab