|
Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | desc09 | |
Description: | Frequency tables and cross tables for earning data. | |
Download: | desc09.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" ; frequency(earn[,1|3], vearn[1|3]) ; crosstable(earn[,1|3], vearn[1|3])
Subject: | XploRe: Learning Guide |
See XploRe: |