XQS started, wait for applet!

Subject: XploRe: Learning Guide
See XploRe:

Quantlet: graph49
Description: Scatterplotmatrix.
Download: graph49.xpl

Code:
  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:

© MD*Tech - Method and Data Technologies, generated on 6.6.2000 .