Data Manipulation Tools in R

Posted on Jan 11, 2016 in Programming • Tagged with programming, CRAN, data manipulation, data.table, plyr, sets, SQL

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

RJDBC

data.table do …


Continue reading

Transpose Data in SAS

Posted on Feb 26, 2015 in Computer Science • Tagged with programming, SAS, data manipulation, transpose

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

You can use the transpose procedure to tranpose a fat/thin data to a thin/fat data in SAS. For example, suppose we have a data set …


Continue reading

Manipulate Data in SAS

Posted on Jul 02, 2012 in Computer Science • Tagged with programming, SAS, SQL, data step, data manipulation

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Data Manipulation

  1. Create a user library if you want your SAS data sets to persist. For example, the following code creates a library named lib which points …


Continue reading