StatisticsBusiness Analytics Definition and OverviewToday several products and solutions are driven by analytics. For instance, Amazon GO…Subhro KarFebruary 21, 2020 4 min
Advanced SAS7 Table lookup techniques for SAS ProgrammersA table lookup is used to determine the value of a variable in the primary table to determine the…Subhro KarFebruary 15, 2020 8 min
Base SASProc Sort Options in SASSorting the data is always a resource-intensive operation. Therefore, using the PROC SORT…Subhro KarJanuary 26, 2020 5 min
Advanced SASA comprehensive guide to PROC SQL in SAS (15 + Examples)PROC SQL is a SAS Procedure that combines the functionality of DATA and PROC steps into a single…Subhro KarJanuary 19, 2020 4 min
Base SASUsing RETAIN in SAS to remember valuesRETAIN in SAS is used to “remember” values from previous observations. Variables that do not come…Subhro KarJanuary 11, 2020 1 min
Learn how to create Summary Reports using PROC TabulatePROC TABULATE in SAS is used to display descriptive statistics in table format. PROC TABULATE has…Subhro KarJanuary 11, 2020 4 min