Subject: XploRe: Learning Guide
See XploRe:

Quantlet: start03
Description: Example quantlet which reads data, and shows the summary statistics.
Download: start03.xpl

Code:
  library("stats")
  x=read("pullover")
  library("stats")
  setenv("outputstringformat","%s")
  summarize(x, "sales"|"price"|"ads"|"assistance")

Subject: XploRe: Learning Guide
See XploRe:

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