Category Archives: R
Buildung R binary packages for Windows with WINE under GNU/Linux
Building Windows binaries of R packages may be tricky. A convenient method is using Uwe Ligges’ build service win-builder where you can upload an R source package via FTP, wait for a while and then download the Windows binary from … Continue reading
Posted in R
4 Comments
Graphical representation of large correlation matrices
I have a large multivariate dataset and need to display the correlation matrix of all variables in a publication. The traditional way to do this is to simply print the naked numbers, often just the upper or lower triangular matrix. … Continue reading
Posted in R
Leave a comment