Used_Fords: Prices of used Ford automobiles in 2009

Description Usage Format Examples

Description

These data were compiled by Macalester College students for a class project. Then-undergraduates Elise delMas, Emiliano Urbina, and Candace Groth collected the data from cars.com

Usage

1

Format

A data frame Used_Fords with 635 rows and 7 variables.

Examples

1
2
mod_1 <- lm(Price ~ Mileage, data = Used_Fords)
mod_2 <- lm(Price ~ Mileage + Age, data = Used_Fords)

ProjectMOSAIC/mosaicModel documentation built on May 13, 2019, 1:35 a.m.