BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I am reading a text book published in 94 and it mentioned a procedure called REG for regression. Unfortenately it seems that REG is no longer used in SAS9.0. My question is what is the equivalent procedure in doing regression analysis in SAS9?
Thanks!
gimmy
3 REPLIES 3
David_SAS
SAS Employee
PROC REG remains available in SAS 9 to customers who have licensed SAS/STAT software. If you're not finding it, that suggests that your site no longer licenses it, or it was not installed. You should check with whoever installs/manages SAS at your site.

-- David Kelley, SAS
Chevell_sas
SAS Employee
You can also run the PROC SETINIT procedure to show you all of your licensed products.

proc setinit;
run;
deleted_user
Not applicable
Problem is solved. Thanks!
gim

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 809 views
  • 0 likes
  • 3 in conversation