BookmarkSubscribeRSS Feed
derekg
Obsidian | Level 7

I'm working on something involving multiple imputation, and am trying to figure out how I can get an overall p-value associated with a categorical variable in my model.

 

So first I use PROC MI to generate 10 imputed datasets. Then I'm using PROC SURVEYREG to fit a model for each of the 10 imputed datasets, and then using PROC MIANALYZE to combine the results.

 

The model I'm fitting in PROC SURVEYREG is roughly of the form Y = A + B + C + X, where Y is a continuous outcome; A, B, and C are covariates being controlled for; and X is a categorical variable with four levels (X1, X2, X3, X4). PROC MIANALYZE will give me results (parameter estimates, p-values, etc.) for three levels of X individually (using the other level as a reference), but what I want is the overall p-value for this variable (i.e., if X1 is the reference level, then the p-value for the test of X2=X3=X4=0).

 

I think this can be accomplished using a test statement in PROC MIANALYZE, but when I try to do this, I get the warning: "The TEST statement cannot be used when the input PARMS= data set is specified without COVB= or XPXI= data set."

 

Any suggestions of how to proceed? I've seen that a similar question has already been discussed here, but I'm still trying to figure it out.

 

3 REPLIES 3
derekg
Obsidian | Level 7
Well, I think I've figured out how to get the XPXI data set, but now I'm getting an error message that says, "Within-imputation XPXI missing for _Imputation_= 1 in the input XPXI= data set." Does anyone know what this means / why I am getting this error?
derekg
Obsidian | Level 7
Looks like I've gotten it to work now by using COVB instead of XPXI
jcn
Calcite | Level 5 jcn
Calcite | Level 5

Hi,  I am having the same issue as you describe.  How did you finally solve the problem?  thanks!

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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
  • 2442 views
  • 0 likes
  • 2 in conversation