response: (chd3=='1') 
covariates: chdage3 sex 
SNP: MTHFD1L_MG_449 

Call:
glm(formula = response[notmissing] ~ allele[notmissing] + z[notmissing, 
    ] + rua3[notmissing], family = binomial(link = "logit"))

Deviance Residuals: 
    Min       1Q   Median       3Q      Max  
-1.3356  -1.0034  -0.6669   1.2299   2.0122  

Coefficients:
                                Estimate Std. Error z value Pr(>|z|)    
(Intercept)                     -2.65873    0.93367  -2.848 0.004405 ** 
allele[notmissing]               0.22604    0.34320   0.659 0.510135    
z[notmissing, ]1                 0.04268    0.01167   3.657 0.000255 ***
z[notmissing, ]2                -0.18603    0.27469  -0.677 0.498244    
rua3[notmissing]FINRISK         -0.44114    0.18996  -2.322 0.020215 *  
rua3[notmissing]Northern Sweden -1.07472    0.45186  -2.378 0.017385 *  
rua3[notmissing]PRIME / Belfast -0.90084    0.34324  -2.625 0.008677 ** 
rua3[notmissing]PRIME / France  -0.87814    0.44965  -1.953 0.050829 .  
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 

(Dispersion parameter for binomial family taken to be 1)

    Null deviance: 1060.1  on 809  degrees of freedom
Residual deviance: 1003.4  on 802  degrees of freedom
AIC: 1019.4

Number of Fisher Scoring iterations: 4


Updated on 2008-06-04