Hi,
Could you please tell me how to output whole var name in html output when using proc logistic;
Thank you.
PROC LOGISTIC Statement Options
NAMELEN= Specifies the maximum length of effect names
Do you mean the actual Variable name or the Label associated with it?
If you mean the latter, then use the PARMLABEL option in the MODEL statement as described here
PROC LOGISTIC Statement Options
NAMELEN= Specifies the maximum length of effect names
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.