BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
MsGeritO
Obsidian | Level 7

Hello!

I run imputation models for many subgroups of a population. Before I run my proc mi procedure I do a model selection for each subgroup. For some subgroups the optimal model would not contain an intercept.

 

I could not find any way of running proc mi with no intercept. The equivalent in proc reg or proc glm would be

proc reg data=have;
model dependent = &macrolistofindependent./ noint selection=adjrsq sse aic ;
run; quit;

 

Does someone know how to run proc mi with no intercept?

 

Thank you for any pointers!

 

Kind regards,

 

Gerit

1 ACCEPTED SOLUTION

Accepted Solutions
SAS_Rob
SAS Employee

Proc MI does not have anything analogous to the NOINT option.

In general the imputation model and the analyst model should be the same, but in practice that is not always the case.  Schafer(1997) has shown a lot of work on this, but in general he found that if the analyst's model is reduced from the imputer's model (like in the case of Intercept and no-intercept models) then the imputer's model is still valid provided that the analyst's assumption is correct.  The MI documentation has a full discussion of this 

https://go.documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.4&docsetId=statug&docsetTarget=st... 

View solution in original post

2 REPLIES 2
SAS_Rob
SAS Employee

Proc MI does not have anything analogous to the NOINT option.

In general the imputation model and the analyst model should be the same, but in practice that is not always the case.  Schafer(1997) has shown a lot of work on this, but in general he found that if the analyst's model is reduced from the imputer's model (like in the case of Intercept and no-intercept models) then the imputer's model is still valid provided that the analyst's assumption is correct.  The MI documentation has a full discussion of this 

https://go.documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.4&docsetId=statug&docsetTarget=st... 

MsGeritO
Obsidian | Level 7
Thank you, Rob, for the weblink. It was helpful indeed!

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 502 views
  • 4 likes
  • 2 in conversation