acc.df: Data from the Auckland City Council

Description Usage Format Examples

Description

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

Usage

1

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

1
2
data(acc.df)
acc.lm<-lm(capital~rental,data=acc.df)

R330 documentation built on May 2, 2019, 2:12 p.m.