SAS SAS ‘DO’ Loops SiteAdmin / April 7, 2019 / no Comments The DO Statement in SAS for looping or iteration is used along with while and until special cases. Also, you need to tell… Read More
SAS INFORMAT Statement in SAS SiteAdmin / January 23, 2019 / no Comments INFORMAT statement is used to define default input format for a variable or a number of variables in sequence at once. See an… Read More
SAS Model Building & Effect Selection SiteAdmin / January 19, 2019 / no Comments When you have large number of variable, you can use one of the two methods for automatic variable selection: Either All Possible Regressions… Read More