|
Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | start03 | |
Description: | Example quantlet which reads data, and shows the summary statistics. | |
Download: | start03.xpl |
library("stats") x=read("pullover") library("stats") setenv("outputstringformat","%s") summarize(x, "sales"|"price"|"ads"|"assistance")
Subject: | XploRe: Learning Guide |
See XploRe: |