Functions and Calls in R

Posted on Nov 10, 2010 in Programming • Tagged with R, function, programming, call, CRAN

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

  1. "[" is a function in R. It takes elements from a container (vector, matrix, list, etc.) For example, suppose lv is a list of vectors. The following code …


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

Popular Functions in IML

Posted on Jan 02, 2015 in Computer Science • Tagged with programming, SAS, IML, function, module

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

dif: lagged difference, keep …


Continue reading

Special Functions in MATLAB

Posted on Dec 04, 2012 in Computer Science • Tagged with function, programming, 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. sin calculates sine of arguments in radian while sind calculates sine of arguments in degrees; asin calculates inverse of sine resulting in radian while asind calculates inverse …


Continue reading