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

Hi all!

 

I run  logistic regression model with random effiect for binary data by GLIMMIX.

 

Convergence criterion satisfied and all independent value shows "Estimate"

in Table "Solution for fixed Effects" and "Type III Tests of Fixed Effects".

 

However, some independent value show blank(".") standard error in

"Solution for fixed Effects" and also in "Type III Tests of Fixed Effects".

 

Anyone know what kind of situation show this result?

 

EffectEstimateStandard ErrorDFt valuePr>|t|
      
Intercept1.66240.3209Infty5.18<.0001
D1009-0.035930.007111Infty-5.05<.0001
D1011-0.001080.007111Infty-2.670.0076
D10120.000593....
D10150.00117....

 

 

 

--------------------------------------------------------------------------------

proc glimmix data=logitbank method=quad;
class fid;
model ydat2(event='1') = D1009 D1011 D1012 D1015 D1019 D1020 D1026 D1031 D1033

                                        D1034 D1035 D1036 D1037 D1039 D1040 D1041 D1045 D1047

                                        D1048 D1050 D1054 D1055 D2002 D2003 D2005 D2006 D2008

/dist = binary link=logit ddfm=none solution;
random intercept/ subject=fid;
output out =glmout pred =xbeta pred(ilink) =predprob;
covtest;
run;

---------------------------------------------------------------------------------

 

Thanks,

Tissuee5454

1 ACCEPTED SOLUTION

Accepted Solutions
sld
Rhodochrosite | Level 12 sld
Rhodochrosite | Level 12

Your model is a multiple regression with 27 predictor variables. 

 

I would look at

 

(1) whether there is enough data to to support the estimation of 27 parameters; for example, if your sample size is 20, then this model is overparameterized (having "Infty" df suggests overparameterization), and

 

(2) whether there is multicollinearity among the 27 predictors

 

(3) whether you have the correct model for your study design

View solution in original post

2 REPLIES 2
sld
Rhodochrosite | Level 12 sld
Rhodochrosite | Level 12

Your model is a multiple regression with 27 predictor variables. 

 

I would look at

 

(1) whether there is enough data to to support the estimation of 27 parameters; for example, if your sample size is 20, then this model is overparameterized (having "Infty" df suggests overparameterization), and

 

(2) whether there is multicollinearity among the 27 predictors

 

(3) whether you have the correct model for your study design

Tissue5454
Obsidian | Level 7

Hi sld!

 

Thank you for your reply!

 

There is enough data (n=400,000)

but I have thought of something about multicollinearity.

I should think about it.

 

Thank you for your advice!

 

Tissuee5454

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 1590 views
  • 1 like
  • 2 in conversation