Learn R Programming

PASWR (version 1.0)

vit2005: Apartments in Vitoria

Description

Descriptive information and the appraised total price (in Euros) for apartments in Vitoria, Spain.

Usage

vit2005

Arguments

source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(vit2005)
Elevator <- as.factor(elevator)
modTotal <- lm(totalprice~area+Elevator+area:Elevator)
modSimpl <- lm(totalprice~area)
anova(modSimpl,modTotal)
detach(vit2005)

Run the code above in your browser using DataLab