Sweave

Posted on Nov 13, 2012 in Computer Science • Tagged with LaTeX, programming, Sweave

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

  1. Do not use sweave unless you are sure that you have run to the same code again and again on different data sets, and you want the …


Continue reading

String Functions in VBA

Posted on Aug 14, 2014 in Computer Science • Tagged with programming, VBA, string, character

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

Advanced Data Structures in VBA

Posted on Aug 14, 2014 in Computer Science • Tagged with programming, VBA, data structure, dictionary

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

The PUT/INPUT Functions in SAS

Posted on Sep 28, 2014 in Computer Science • Tagged with programming, SAS, put, input, putn, putc, inputn, inputc

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

The put/input Functions …


Continue reading

Missing Values in SAS

Posted on Mar 28, 2015 in Computer Science • Tagged with programming, SAS, missing values, null, white space

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 uses a dot (.) to stand for a numeric missing value and any number (can be 0 which correspond to the blank string "") of white spaces (e …


Continue reading

Write User-defined Functions in SAS

Posted on Sep 28, 2014 in Computer Science • Tagged with programming, SAS, user-defined function, `FCMP`

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

FCMP Procedure

  1. The maximum …


Continue reading