Learn R Programming

Sleuth2 (version 2.0-7)

ex0332: College Tuition

Description

Tuition in dollars of 20 private and 20 public U.S. colleges and universities for 1993--1994.

Usage

ex0332

Arguments

Format

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

Private

tuition in dollars of 20 private schools

PubIn

tuition in dollars of 20 public schools (in-state tuition)

PubOut

tuition in dollars of 20 public schools (out-of-state tuition)

References

1995 U.S. News and World Report's Guide to America's Best Colleges.

Examples

Run this code
str(ex0332)

Run the code above in your browser using DataLab