Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | desc08 | |
Description: | Descriptive statistics for earning data. | |
Download: | desc08.xpl |
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: |