1 ods graphics on;
2 proc reg data=mysas.mmstwo plots=fitplot;
3     model wangjian=wangnei;
4 run;

对于可显示的图形有多种,可参考sas帮助。

【SAS NOTES】proc reg 单变量线性回归

 

相关文章:

  • 2022-01-19
  • 2022-12-23
  • 2021-12-24
  • 2021-04-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案