Learn R Programming

Sleuth3 (version 1.0-3)

ex0332: College Tuition

Description

In-state and out-of-state tuition in dollars for random samples of 25 private and 25 public U.S. colleges and universities in 2011-2012.

Usage

ex0332

Arguments

Format

A data frame with 50 observations on the following 4 variables.

College

name of the college

Type

a factor with levels "Private" and "Public"

InState

in-state tuition in dollars

OutOfState

out-of-state tuition in dollars

References

College Board: http://www.collegeboard.com/student/ (11 July 2011)

Examples

Run this code
# NOT RUN {
str(ex0332)
# }

Run the code above in your browser using DataLab