Skip to content
Snippets Groups Projects

First output migraine

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Theodor Adrian Balan
    first_out.R 1.08 KiB
    Generalized linear mixed model fit by maximum likelihood (Laplace Approximation) ['glmerMod']
     Family: binomial  ( logit )
    Formula: transition ~ sex + td_hunger + status + (status | id)
       Data: dat_trans
    
         AIC      BIC   logLik deviance df.resid 
     17467.0  17521.1  -8726.5  17453.0    16776 
    
    Scaled residuals: 
        Min      1Q  Median      3Q     Max 
    -1.7244 -0.5074 -0.4100  0.7747  3.1988 
    
    Random effects:
     Groups Name        Variance Std.Dev. Corr 
     id     (Intercept) 0.3445   0.5869        
            statusmig   0.7112   0.8433   -0.87
    Number of obs: 16783, groups:  id, 695
    
    Fixed effects:
                Estimate Std. Error z value Pr(>|z|)    
    (Intercept) -1.43733    0.07004  -20.52  < 2e-16 ***
    sex         -0.15470    0.07062   -2.19   0.0285 *  
    td_hunger    0.17248    0.03362    5.13 2.89e-07 ***
    statusmig    1.84907    0.05660   32.67  < 2e-16 ***
    ---
    Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1
    
    Correlation of Fixed Effects:
              (Intr) sex    td_hng
    sex       -0.870              
    td_hunger -0.090 -0.022       
    statusmig -0.293 -0.018 -0.007
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment