StatisticsConfidence Interval for Population MeanIn statistics, a confidence interval is a range of values that is likely to include the population…Subhro KarJanuary 05, 2020 5 min
Advanced SASCombining data Vertically in SAS (6 Methods)Combining datasets vertically involves stacking one or more datasets. Before combining datasets, It…Subhro KarJanuary 03, 2020 4 min
Advanced SASUsing Index in SAS to speed up programsAn index in SAS is used to sort your data without physically sorting it logically. If you are…Subhro KarDecember 30, 2019 4 min
Base SASFIRST and LAST variables in SASFIRST and LAST processing are temporary variables created automatically by a DATA step when a BY…Subhro KarDecember 19, 2019 2 min
StatisticsUsing PROC MEANS for detailed analysis of data.PROC MEANS , PROC SUMMARY and PROC FREQ in SAS are used to evaluate quantitative data and to…Subhro KarDecember 15, 2019 9 min
Base SASExploring the SET Statement in SASA majority of DATA steps use the SET statement. The primary function of the SET statement in SAS is…Subhro KarDecember 08, 2019 5 min