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

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

Deviance Residuals: 
    Min       1Q   Median       3Q      Max  
-1.3417  -1.0024  -0.6659   1.2210   2.0068  

Coefficients:
                                Estimate Std. Error z value Pr(>|z|)    
(Intercept)                     -2.99399    0.86976  -3.442 0.000577 ***
allele[notmissing]               0.02786    0.14321   0.195 0.845759    
z[notmissing, ]1                 0.04447    0.01173   3.792 0.000150 ***
z[notmissing, ]2                -0.20736    0.27623  -0.751 0.452847    
rua3[notmissing]FINRISK         -0.44237    0.19071  -2.320 0.020362 *  
rua3[notmissing]Northern Sweden -1.04824    0.45154  -2.321 0.020262 *  
rua3[notmissing]PRIME / Belfast -0.88575    0.34342  -2.579 0.009903 ** 
rua3[notmissing]PRIME / France  -0.84650    0.44840  -1.888 0.059047 .  
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 

(Dispersion parameter for binomial family taken to be 1)

    Null deviance: 1056.31  on 806  degrees of freedom
Residual deviance:  999.18  on 799  degrees of freedom
AIC: 1015.2

Number of Fisher Scoring iterations: 4


Updated on 2008-06-04