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

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

Deviance Residuals: 
    Min       1Q   Median       3Q      Max  
-1.3707  -1.0050  -0.6707   1.2357   2.0111  

Coefficients:
                                Estimate Std. Error z value Pr(>|z|)    
(Intercept)                     -2.76734    0.86547  -3.197 0.001386 ** 
allele[notmissing]               0.11789    0.15542   0.759 0.448142    
z[notmissing, ]1                 0.04193    0.01168   3.591 0.000329 ***
z[notmissing, ]2                -0.16471    0.27407  -0.601 0.547857    
rua3[notmissing]FINRISK         -0.43218    0.18996  -2.275 0.022899 *  
rua3[notmissing]Northern Sweden -1.05190    0.45093  -2.333 0.019661 *  
rua3[notmissing]PRIME / Belfast -0.89014    0.34371  -2.590 0.009604 ** 
rua3[notmissing]PRIME / France  -0.84885    0.44835  -1.893 0.058324 .  
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 

(Dispersion parameter for binomial family taken to be 1)

    Null deviance: 1057.2  on 807  degrees of freedom
Residual deviance: 1002.2  on 800  degrees of freedom
AIC: 1018.2

Number of Fisher Scoring iterations: 4


Updated on 2008-06-04