SAS Demonstration Proc Tabulate

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ม.ค. 2025

ความคิดเห็น • 11

  • @2013sand
    @2013sand 10 ปีที่แล้ว

    Thank you for all your videos. They are very helpful. Also, I was able to view all the videos clearly.

  • @md.barkatullah5084
    @md.barkatullah5084 3 ปีที่แล้ว

    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.

  • @MZ.52
    @MZ.52 10 ปีที่แล้ว +1

    It would be great if we could have access to the code, used in your video.
    Thanks a lot!

  • @ArunKumar-wv6qo
    @ArunKumar-wv6qo 8 ปีที่แล้ว +1

    Can you provide the raw data for blood?

  • @craft_beard
    @craft_beard 7 ปีที่แล้ว

    Thx for such a great video!!

  • @indios1987
    @indios1987 10 ปีที่แล้ว

    how can i export the table using proc tabulate in xls file??

    • @ArunKumar-wv6qo
      @ArunKumar-wv6qo 8 ปีที่แล้ว

      I think you can use ODS statement.

    • @rajeshvelpula2263
      @rajeshvelpula2263 6 ปีที่แล้ว

      ods html file='c:
      anj\sasfiles\tabulate.xls';
      proc tabulate data=class;
      class sex age;
      table sex*age;
      run;
      ods html close;

  • @akshaymundkur
    @akshaymundkur 11 ปีที่แล้ว +1

    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.

    • @javierlopeira1062
      @javierlopeira1062 7 ปีที่แล้ว +3

      Thats due to the settings in your TH-cam player. The video is actually HD (720p). Just go to the configuration button in your screen and change the settings to HD.