bootstrap (version 2019.6)

law82: Data for Universe of USA Law Schools

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

data(law82)

Arguments

Format

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

School

a numeric vector

LSAT

a numeric vector

GPA

a numeric vector

Examples

Run this code
# NOT RUN {
plot(law82[,2:3])
cor(law82[,2:3])
# }

Run the code above in your browser using DataCamp Workspace