Learn R Programming

liver (version 1.26)

housePrice: housePrice dataset

Description

This data set contains \(1460\) rows and \(81\) columns (features). the "SalePrice" column is the target.

Usage

data(housePrice)

Arguments

Format

the housePrice dataset, as a data frame, contains \(1460\) rows and \(81\) columns (variables/features).

Details

For more information related to the dataset see:
https://www.kaggle.com/datasets/lespin/house-prices-dataset

References

Reza Mohammadi (2025). Data Science Foundations and Machine Learning with R: From Data to Decisions. https://book-data-science-r.netlify.app.

See Also

bank, churn, churnCredit, churnTel, adult, risk, cereal, advertising, marketing, drug, house, redWines, whiteWines, insurance, caravan, fertilizer, corona

Examples

Run this code
data(housePrice)
str(housePrice)

Run the code above in your browser using DataLab