GLMM Logit link - error message

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

GLMM Logit link - error message

Made
Hello

I am working on a research with logistic regression, but when I enter some extra variables to a model which ran just fine, I receive the following message:
glmm: There are no valid records for the LOGIT link function. No output will be displayed. Execution of this command stops.

I am working with SPSS 23. It is a rather small database I am working with, but I would be surprised if that was the cause of all trouble. The Syntax I am using is the following:


DATASET ACTIVATE DataSet1.
*Generalized Linear Mixed Models.
GENLINMIXED
  /DATA_STRUCTURE SUBJECTS=mergeid REPEATED_MEASURES=DummyVignetteAdemhaling*
    DummyVignetteConcentratie*DummyVignHoofdpijn*DummyVignetteSlaap*DummyVignetteStappen
    COVARIANCE_TYPE=DIAGONAL
  /FIELDS TARGET=DummySubjGez TRIALS=NONE OFFSET=NONE
  /TARGET_OPTIONS DISTRIBUTION=BINOMIAL LINK=LOGIT
  /FIXED  EFFECTS=Autochtoon agecentered Gender DummyAzië DummyOostEU Dummysubsaharisch
    DummyZuidAmerika DummyWestEU USE_INTERCEPT=TRUE
  /RANDOM USE_INTERCEPT=TRUE COVARIANCE_TYPE=VARIANCE_COMPONENTS
  /BUILD_OPTIONS TARGET_CATEGORY_ORDER=DESCENDING INPUTS_CATEGORY_ORDER=DESCENDING
    MAX_ITERATIONS=100 CONFIDENCE_LEVEL=95 DF_METHOD=RESIDUAL COVB=MODEL PCONVERGE=0.000001(ABSOLUTE)
    SCORING=0 SINGULAR=0.000000000001
  /EMMEANS TABLES=Autochtoon CONTRAST=NONE
   /EMMEANS TABLES=Gender CONTRAST=NONE
   /EMMEANS TABLES=DummyAzië CONTRAST=NONE
   /EMMEANS TABLES=DummyOostEU CONTRAST=NONE
   /EMMEANS TABLES=Dummysubsaharisch CONTRAST=NONE
   /EMMEANS TABLES=DummyZuidAmerika CONTRAST=NONE
   /EMMEANS TABLES=DummyWestEU CONTRAST=NONE
  /EMMEANS_OPTIONS SCALE=ORIGINAL PADJUST=LSD.

Is there anybody familiar with this error and, more important, has a solution? Thanks in advance.
Reply | Threaded
Open this post in threaded view
|

Re: GLMM Logit link - error message

Maguin, Eugene
Just out of curiosity, do I read your repeated measures subcommand as analyzing a 5 way interaction with 8 independent variables? I haven't analyzed a dataset with repeated measures of a dichotomous variable (or variables) so maybe I'm misunderstanding the syntax construction. If it is really a 5 way interaction and if each variable is dichotomous, then isn't that 32 cells (2**5). What is your dataset size?
Gene Maguin

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Made
Sent: Wednesday, May 11, 2016 4:51 PM
To: [hidden email]
Subject: GLMM Logit link - error message

Hello

I am working on a research with logistic regression, but when I enter some extra variables to a model which ran just fine, I receive the following
message:
glmm: There are no valid records for the LOGIT link function. No output will be displayed. Execution of this command stops.

I am working with SPSS 23. It is a rather small database I am working with, but I would be surprised if that was the cause of all trouble. The Syntax I am using is the following:


DATASET ACTIVATE DataSet1.
*Generalized Linear Mixed Models.
GENLINMIXED
  /DATA_STRUCTURE SUBJECTS=mergeid
REPEATED_MEASURES=DummyVignetteAdemhaling*
   
DummyVignetteConcentratie*DummyVignHoofdpijn*DummyVignetteSlaap*DummyVignetteStappen
    COVARIANCE_TYPE=DIAGONAL
  /FIELDS TARGET=DummySubjGez TRIALS=NONE OFFSET=NONE
  /TARGET_OPTIONS DISTRIBUTION=BINOMIAL LINK=LOGIT
  /FIXED  EFFECTS=Autochtoon agecentered Gender DummyAzië DummyOostEU Dummysubsaharisch
    DummyZuidAmerika DummyWestEU USE_INTERCEPT=TRUE
  /RANDOM USE_INTERCEPT=TRUE COVARIANCE_TYPE=VARIANCE_COMPONENTS
  /BUILD_OPTIONS TARGET_CATEGORY_ORDER=DESCENDING INPUTS_CATEGORY_ORDER=DESCENDING
    MAX_ITERATIONS=100 CONFIDENCE_LEVEL=95 DF_METHOD=RESIDUAL COVB=MODEL
PCONVERGE=0.000001(ABSOLUTE)
    SCORING=0 SINGULAR=0.000000000001
  /EMMEANS TABLES=Autochtoon CONTRAST=NONE
   /EMMEANS TABLES=Gender CONTRAST=NONE
   /EMMEANS TABLES=DummyAzië CONTRAST=NONE
   /EMMEANS TABLES=DummyOostEU CONTRAST=NONE
   /EMMEANS TABLES=Dummysubsaharisch CONTRAST=NONE
   /EMMEANS TABLES=DummyZuidAmerika CONTRAST=NONE
   /EMMEANS TABLES=DummyWestEU CONTRAST=NONE
  /EMMEANS_OPTIONS SCALE=ORIGINAL PADJUST=LSD.

Is there anybody familiar with this error and, more important, has a solution? Thanks in advance.




--
View this message in context: http://spssx-discussion.1045642.n5.nabble.com/GLMM-Logit-link-error-message-tp5732141.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: GLMM Logit link - error message

Ryan
In reply to this post by Made
Seems like your data are too sparse for the model you parameterized.

Without knowing anything about your study, I can say that:

"REPEATED_MEASURES=DummyVignetteAdemhaling*DummyVignetteConcentratie*DummyVignHoofdpijn*DummyVignetteSlaap*DummyVignetteStappen
  COVARIANCE_TYPE=DIAGONAL"

...is very likely an incorrect residual variance covariance structure specification.

Remove that piece of the code, try to fit the model again, and report back if you are still receiving an error message.

Ryan

Sent from my iPhone

> On May 11, 2016, at 4:50 PM, Made <[hidden email]> wrote:
>
> REPEATED_MEASURES=DummyVignetteAdemhaling*
>
> DummyVignetteConcentratie*DummyVignHoofdpijn*DummyVignetteSlaap*DummyVignetteStappen
>   COVARIANCE_TYPE=DIAGONAL

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD