XQS started, wait for applet!

Subject: XploRe: Learning Guide
See XploRe:

Quantlet: graph3A
Description: Average shifted histogram.
Download: graph3A.xpl

Code:
  library("plot")          ; loads library plot
  data = read ("bostonh")  ; reads Boston Housing data
  x = data[,14]            ; selects 14th column  
  gr = grash(x,1,10)       ; generates average shifted histogram
  plot(gr)                 ; plots average shifted histogram

Subject: XploRe: Learning Guide
See XploRe:

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