SAS Loop

Posted on Jan 17, 2015 in Computer Science • Tagged with programming, SAS, loop

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. **

y = 0;
do i …

Continue reading

Combine Data Vertically in SAS

Posted on May 17, 2015 in Computer Science • Tagged with programming, SAS, combine, concatenate, vertically, rbind

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. **

  1. union all (keep all …

Continue reading

Rounding Related Functions in SAS

Posted on Mar 17, 2015 in Computer Science • Tagged with programming, SAS, rounding

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. **

  1. To avoid numerical issues …


Continue reading

SAS IML Tips

Posted on Feb 17, 2015 in Computer Science • Tagged with programming, SAS, IML, matrix

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. **

  1. SAS/IML 9.3 …


Continue reading

SAS Error Messages

Posted on May 17, 2014 in Computer Science • Tagged with SAS, programming, error, tips

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

** Things on this page are fragmentary and immature notes/thoughts of the author. It is not meant to readers but rather for convenient reference of the author …


Continue reading

Lasso in SAS

Posted on May 17, 2015 in Computer Science • Tagged with programming, SAS, LASSO, feature selection, variable selection, regularization

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. **

You can do this …


Continue reading