Hi all,
Could you please prompt what would be the suitable dataset in a default SAShelp library for logarithmic plot presentation (as an example).
sashelp.baseball
Salary should be on a log scale when used with many of the other variables. In fact logSalary and Salary are both in the data set.
proc contents data=sashelp.baseball; run;
sashelp.baseball
Salary should be on a log scale when used with many of the other variables. In fact logSalary and Salary are both in the data set.
proc contents data=sashelp.baseball; run;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.