by saspower | Nov 13, 2022 | SAS Online Course in India
Proc compare is most valuable tools which are used in comparing the two different dataset or same dataset. Mostly used in clinical trials industry. Original data is known as base data which are used as reference in which comparison data are measured. We can compare...
by saspower | Nov 8, 2022 | SAS Online Course in India
Correlation in SAS is valuable tools which determine the relationship between two variables or more variables. Mostly used in predictive modelling and forecasting. By default proc corr gives the simple statistics and spearman correlation. Correlations having following...
by saspower | Nov 3, 2022 | SAS Online Course in India
The Unique feature of SAS interface is output Delivery system also known as ODS. They having many more feature in which your report can convert into into power point, RTF, PDF and HTML. There is no need for third party software, for that reason data privacy is well...
by saspower | Nov 2, 2022 | SAS Online Course in India
Both are looks like same but libname is used for referencing the library where as filename is used as referencing the external file followed by path, also that path is enclosed with double or single quote. Syntax Libname library name “path “; after running this...
by saspower | Nov 2, 2022 | SAS Online Course in India
Time series forecasting is the most beautiful application in SAS system. This window is available in analysis menu.it predicts the future value on the basis of study the past data studies. It indicates the patterns and trends. Mostly used in stock trading. This Model...