BookmarkSubscribeRSS Feed
Xiyuan
Fluorite | Level 6

hi all,  i have some problems in displaying the result:

i want to check the estimated parameters of only x because there are so many classifications of fe1 and fe2, how to improve this code:

 

proc genmod data=import descending ;
class fe1(param=ref ref=first) fe2(param=ref ref=first);
model y= x fe1 fe2/dist=bin link=logit lrci;
repeated subject=fe1*fe2;
run;quit;

 

i only want to see the first two rows of the figure below, in other words, i'm worried that if i output the parameters of fe1 and fe2 in my real data, the sas will collapse

Xiyuan_0-1648090604747.jpeg

 

1 REPLY 1
Xiyuan
Fluorite | Level 6

the sample data here

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
  • 1 reply
  • 364 views
  • 0 likes
  • 1 in conversation