Hi
I have a dataset with 55 columns. I want to determine which of the columns can be used to determine the likely value of column A, they are a mix of character and numeric fields.
I am not sure which method to select/statistic to use. I have tried PROC CORR but this errors due to field type.
Any advice with this would be great.
Thanks
Check PROC PLS, in its documentation, there is an example about variable's importance.
Or Check PROC HPGENSELECT,pick up the variable has the smallest P-value or the largest absolution parameter value.
Thanks, I'll check those out
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.