law82: Data for Universe of USA Law Schools

Description Usage Format Source Examples

Description

This is the universe of 82 USA law schools for which the data frame law provides a sample of size 15. See documentation for law for more details.

Usage

1

Format

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

School

a numeric vector

LSAT

a numeric vector

GPA

a numeric vector

Source

Efron, B. and Tibshirani, R. (1993) An Introduction to the Bootstrap. Chapman and Hall, New York, London.

Examples

1
2
plot(law82[,2:3])
cor(law82[,2:3])

Example output

          LSAT       GPA
LSAT 1.0000000 0.7599979
GPA  0.7599979 1.0000000

bootstrap documentation built on June 17, 2019, 5:04 p.m.

Related to law82 in bootstrap...