Please I keep getting this error :
ERROR: Procedure DTREE not found.
Please see my code below :
title 'Loan Grant Decision';
Proc dtree
Stagein=Stage6 Probin=Prob6 Payoffs=Payoff6
Summary target=investigation nowarning;
Modify 'Order Investigation' reward -500;
Evaluate;
Options linesize=85;
Summary/target=Application;
Options linesize=80;
What type of SAS installation do you have?
DTREE is part of SAS OR so you may not have a license for SAS\OR.
Check what's licensed with:
proc setinit;run;
versus what's installed:
proc product_status;run;
Yes, SAS/OR is not part of SAS UE. What are you trying to achieve, perhaps there's another option?
PROC CLUSTER/DISCRIM & PROC TREE?
Ah, well, a good option for that would be Logistic Regression instead.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.