SAS Demonstration Proc Tabulate

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 11

  • @2013sand
    @2013sand 10 лет назад

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

  • @craft_beard
    @craft_beard 6 лет назад

    Thx for such a great video!!

  • @MZ.52
    @MZ.52 9 лет назад +1

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

  • @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.

  • @ArunKumar-wv6qo
    @ArunKumar-wv6qo 8 лет назад +1

    Can you provide the raw data for blood?

  • @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 10 лет назад +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 RUclips player. The video is actually HD (720p). Just go to the configuration button in your screen and change the settings to HD.