[R] I need arguments pro-S-PLUS and against SAS...

hadley wickham h.wickham at gmail.com
Tue Jan 8 01:38:56 CET 2008


> errors in the data usually because I know the data.  I find errors
> because I can say things like
>
>   library(Hmisc)
>   datadensity(mydata)   # show all raw data in small rug plots
>   hist.data.frame(mydata)  # postage-stamp size histograms of all
> variables in dataset
>   latex(describe(mydata)) # like PROC UNIVARIATE but shows MUCH more
> information in MUCH less space, including a high-resolution histogram
> next to the tabular info for each variable

Or even better

library(rggobi)
ggobi(mydata)

;)

Hadley

-- 
http://had.co.nz/




More information about the R-help mailing list