Choose a Procedure for Modeling in SAS

Posted on May 10, 2015 in Computer Science • Tagged with programming, SAS, procedure, proc

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. proc glm has many …

Continue reading

Calculating Quantiles in SAS

Posted on Mar 13, 2015 in Computer Science • Tagged with programming, SAS, quantile

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

Use the quantile function …


Continue reading

User-defined Modules in IML

Posted on Jan 13, 2015 in Computer Science • Tagged with programming, SAS, IML, function, module, user-defined

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. There are in general …

Continue reading

Insert Rows Missing as Missing Records in SAS

Posted on Oct 13, 2014 in Computer Science • Tagged with programming, SAS, missing

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

I recent come across a problem. I have a table A in SAS with columns x, y and z. The table almost exhaust the Cartesian product of …


Continue reading

How to Submit R Packages to CRAN

Posted on Jun 03, 2012 in Programming • Tagged with R, ftp, sftp, programming, submit, package, CRAN

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

Submit using web form or using ftp following the steps below.

  1. Upload the .tar.gz file using anonymous as log-in name and your e-mail address as password …


Continue reading

MATLAB for Visualization

Posted on Dec 03, 2012 in Computer Science • Tagged with image, visualization, programming, plot, graphics, MATLAB

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 display a new graph on on top of an old one, you can use command hold on. In this way, you can create multiple plots in …


Continue reading