Skip to content
Snippets Groups Projects
Select Git revision
  • b139e8fec0c9c6f37d021acc703027d4b5e0dc33
  • main default
2 results

README.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    calhouse.Rd 1.63 KiB
    % Generated by roxygen2: do not edit by hand
    % Please edit documentation in R/calhouse.R
    \docType{data}
    \name{calhouse}
    \alias{calhouse}
    \title{The data pertains to the houses found in a given California district and some summary stats about them based on the 1990 census data.}
    \format{
    A dataframe 20640 observations, 14 variables
    
    \describe{
    \item{\code{Longitude}}{A measure of how far west a house is; a higher value is farther west}
    \item{\code{Latitude}}{A measure of how far north a house is; a higher value is farther north}
    \item{\code{Median_Age}}{Median age of a house within a block; a lower number is a newer building}
    \item{\code{Tot_Rooms}}{Total number of rooms within a block}
    \item{\code{Tot_Bedrooms}}{Total number of bedrooms within a block}
    \item{\code{Population}}{Total number of people residing within a block}
    \item{\code{Households}}{Total number of households, a group of people residing within a home unit, for a block}
    \item{\code{Median_Income}}{Median income for households within a block of houses (measured in tens of thousands of US Dollars)}
    \item{\code{Median_House_Value}}{Median house value for households within a block (measured in US Dollars)}
    \item{\code{Distance_to_coast}}{Location of the house w.r.t ocean/sea}
    \item{\code{Distance_to_LA}}{Distance to LA}
    \item{\code{Distance_to_SanDiego}}{Distance to San Diego}
    \item{\code{Distance_to_SanJose}}{Distance to San Jose}
    \item{\code{Distance_to_SanFrancisco}}{Distance to San Francisco}
    }
    }
    \usage{
    calhouse
    }
    \description{
    The data pertains to the houses found in a given California district and some summary stats about them based on the 1990 census data.
    }
    \keyword{datasets}