ex0332: College Tuition

Description Usage Format Source References Examples

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

1

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

Source

Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.

References

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

Examples

1

Example output

'data.frame':	50 obs. of  4 variables:
 $ College   : chr  "Albany State University" "Appalachian State University" "Argosy University: Nashville" "Brescia University" ...
 $ Type      : Factor w/ 2 levels "Private","Public": 2 2 1 1 2 2 2 2 1 2 ...
 $ InState   : int  5434 5175 19596 18140 8055 10084 4978 5132 22315 14454 ...
 $ OutOfState: int  17048 16487 19596 18140 18679 19306 12828 13352 22315 29139 ...

Sleuth3 documentation built on May 2, 2019, 6:41 a.m.