1 proc freq data=mysas.mmstwo;
2     tables wangnei*wangjian;
3 run;

可增加图形的完整类型为:

odc graphics on;

proc freq data=****;

  tables variable*variable /options plots=*****;

run;

options contain agree chisq cl cmh exact measures plcorr relrisk trend

plot contain cumfreqplot deviationplot freqplot kappaplot oddsrtioplot wtkappaplot

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2022-12-23
相关资源
相似解决方案