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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 901 views
  • 0 likes
  • 3 in conversation