Subject: XploRe: Learning Guide
See XploRe:

Quantlet: desc08
Description: Descriptive statistics for earning data.
Download: desc08.xpl

Code:
  library("xplore")
  library("stats")
;
  earn=read("cps85")
  earn=earn[,1|2|5|8|10|11|12]
;
  vearn="educ"|"south"|"female"|"exp"|"union"|"lnwage"|"age"
;
  summarize(earn, vearn)
;
  fivenum(earn[,7],vearn[7])
;
  descriptive(earn[,7],vearn[7])

Subject: XploRe: Learning Guide
See XploRe:

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