in the statement, proc tabulate data=blood; class sex agegroup; var rbc wbc chol; table (sex all)*(agegroup all) rbc wbc chol; run; How can we calculate ratio of old and young in the row for combined mean? That is values for all will be replaced by ration of old and young instead of combined mean.
For god's sake please show the display correctly when explaining the tutorial. You cannot seriously expect people to understand the explanation if the video is all blurred.
Thats due to the settings in your RUclips player. The video is actually HD (720p). Just go to the configuration button in your screen and change the settings to HD.
Thank you for all your videos. They are very helpful. Also, I was able to view all the videos clearly.
Thx for such a great video!!
It would be great if we could have access to the code, used in your video.
Thanks a lot!
in the statement, proc tabulate data=blood; class sex agegroup; var rbc wbc chol; table (sex all)*(agegroup all) rbc wbc chol; run; How can we calculate ratio of old and young in the row for combined mean? That is values for all will be replaced by ration of old and young instead of combined mean.
Can you provide the raw data for blood?
how can i export the table using proc tabulate in xls file??
I think you can use ODS statement.
ods html file='c:
anj\sasfiles\tabulate.xls';
proc tabulate data=class;
class sex age;
table sex*age;
run;
ods html close;
For god's sake please show the display correctly when explaining the tutorial. You cannot seriously expect people to understand the explanation if the video is all blurred.
Thats due to the settings in your RUclips player. The video is actually HD (720p). Just go to the configuration button in your screen and change the settings to HD.