Learn R Programming

R330 (version 1.0)

acc.df: Data from the Auckland City Council

Description

Data from the Auckland City Council where the aim was to predict the capital value from the rental value

Usage

data(acc.df)

Arguments

Format

A data frame with observations on 96 properties having variables
capital
the capital value of the property
rental
the rental value of the property

Examples

Run this code
data(acc.df)
acc.lm<-lm(capital~rental,data=acc.df)

Run the code above in your browser using DataLab