Hello All,
Just a quick question regarding saving output of PROC FREQ.
how so I save the output for correlations.
thank you
proc freq data=class.dat_1;
table tru est /out=class.frq_1;
table tru*est/plcorr; ------> how do I save the output in my C-drive?
run;
I presume that the library 'class' is your c drive. If so, and you specify the line as:
table tru*est/plcorr out=class.corr;
do you get what you were expecting?
Thanks But I think I have bigger problem now my data fie is not transfering correctly from my c drive, it was doing fine and something happened so
I guest I have to take care of that first
thanks again
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.