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

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

Deviance Residuals: 
    Min       1Q   Median       3Q      Max  
-1.4184  -0.9947  -0.6573   1.2329   2.0603  

Coefficients:
                                Estimate Std. Error z value Pr(>|z|)    
(Intercept)                     -2.82231    0.85840  -3.288 0.001010 ** 
allele[notmissing]               0.21775    0.14793   1.472 0.141033    
z[notmissing, ]1                 0.04382    0.01163   3.767 0.000165 ***
z[notmissing, ]2                -0.15466    0.27372  -0.565 0.572052    
rua3[notmissing]FINRISK         -0.42262    0.18885  -2.238 0.025226 *  
rua3[notmissing]Northern Sweden -1.10421    0.45355  -2.435 0.014908 *  
rua3[notmissing]PRIME / Belfast -0.98151    0.35316  -2.779 0.005448 ** 
rua3[notmissing]PRIME / France  -0.86980    0.44868  -1.939 0.052552 .  
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 

(Dispersion parameter for binomial family taken to be 1)

    Null deviance: 1059.24  on 808  degrees of freedom
Residual deviance:  999.43  on 801  degrees of freedom
AIC: 1015.4

Number of Fisher Scoring iterations: 4


Updated on 2008-06-04