Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | graph49 | |
Description: | Scatterplotmatrix. | |
Download: | graph49.xpl |
library("plot") ; loads library plot data = read ("bostonh") ; reads Boston Housing data x = data[,5|6|13|14] ; selects columns 5, 6, 13 14 names="NOXSQ"~"RM"~"LSTAT"~"MEDV" ; names of the variables plotscml (x, names) ; shows scatterplotmatrix
Subject: | XploRe: Learning Guide |
See XploRe: |