I have SAS EG 4.2, SAS 9.1. I have base, stat, and graph installed. I tried to run Proc Model, but got an error that it couldn't be found. From what I could find Googling, it should be a part of SAS/STAT. Is this correct? Should I have it with my current version? Any help or direction is appreciated.
PROC MODEL is part of SAS/ETS. Do you have that licensed?
Steve Denham
No. Thanks. I was having difficulty finding out which package it belonged to. I thought it was part of SAS/STAT.
Hi,
Following code will show your's licences information:
proc setinit;
run;
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.