有兴趣学习SAS中的新知识吗

有兴趣学习SAS中的新知识吗,sas,Sas,我正在尝试在SAS中创建一个决策树。每当我运行SAS代码时,都会收到一条错误消息 能找个人帮忙吗 Sample code: proc hpsplit data=credit; class default student; model default = student balance income output out=hpsliout; prune costcomplexity;

我正在尝试在SAS中创建一个决策树。每当我运行SAS代码时,都会收到一条错误消息

能找个人帮忙吗

Sample code:



   proc hpsplit data=credit;
           class default student;
           model default = student balance income
           output out=hpsliout;
           prune costcomplexity;
        run;

我正在运行SAS学生版。错误是什么?您能提供示例数据吗?嗨,Richard,我收到一个错误:过程HPSPLIT not found。我在您之前发布的同一个问题中向您提供了答案。大学/学生版没有proc hpsplit。这一页上写着: