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

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

Deviance Residuals: 
    Min       1Q   Median       3Q      Max  
-1.3227  -1.0024  -0.6712   1.2245   2.0460  

Coefficients:
                                Estimate Std. Error z value Pr(>|z|)    
(Intercept)                     -2.94329    0.85564  -3.440 0.000582 ***
allele[notmissing]              -0.07517    0.12920  -0.582 0.560670    
z[notmissing, ]1                 0.04308    0.01164   3.700 0.000216 ***
z[notmissing, ]2                -0.19106    0.27480  -0.695 0.486892    
rua3[notmissing]FINRISK         -0.43497    0.18997  -2.290 0.022041 *  
rua3[notmissing]Northern Sweden -1.03609    0.45225  -2.291 0.021964 *  
rua3[notmissing]PRIME / Belfast -0.84639    0.34808  -2.432 0.015032 *  
rua3[notmissing]PRIME / France  -0.85696    0.44803  -1.913 0.055782 .  
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 

(Dispersion parameter for binomial family taken to be 1)

    Null deviance: 1059.2  on 808  degrees of freedom
Residual deviance: 1003.1  on 801  degrees of freedom
AIC: 1019.1

Number of Fisher Scoring iterations: 4


Updated on 2008-06-04