response: basemi1==1 
covariates: age1 sex ruaco 
SNP: rs1333049 

Call:
glm(formula = basemi1 ~ rs1333049 * sex + age1 + as.factor(ruaco), 
    family = binomial(link = "logit"), data = ccset, offset = log(1/prob))

Deviance Residuals: 
    Min       1Q   Median       3Q      Max  
-0.8851  -0.4936  -0.4060  -0.2829   2.9284  

Coefficients:
                            Estimate Std. Error z value Pr(>|z|)    
(Intercept)                -14.91286    0.79033 -18.869  < 2e-16 ***
rs1333049                   -0.21837    0.38005  -0.575   0.5656    
sex                          1.90073    0.29590   6.424 1.33e-10 ***
age1                         0.14592    0.01105  13.204  < 2e-16 ***
as.factor(ruaco)FIN-EAS_03   1.09938    0.26891   4.088 4.34e-05 ***
as.factor(ruaco)FIN-EAS_24   0.43697    0.19589   2.231   0.0257 *  
as.factor(ruaco)FIN-WES_03   0.02928    0.36836   0.079   0.9366    
as.factor(ruaco)FIN-WES_24  -0.07871    0.23543  -0.334   0.7381    
as.factor(ruaco)FRA-LIL_21  -2.15753    1.02325  -2.109   0.0350 *  
as.factor(ruaco)FRA-STR_21  -2.43227    1.01735  -2.391   0.0168 *  
as.factor(ruaco)FRA-TOU_21  -2.20383    1.02018  -2.160   0.0308 *  
as.factor(ruaco)SWE-NSW_02   0.01925    0.53444   0.036   0.9713    
as.factor(ruaco)SWE-NSW_03  -0.75298    0.39001  -1.931   0.0535 .  
as.factor(ruaco)UNK-BEL_21  -0.55403    0.37368  -1.483   0.1382    
rs1333049:sex                0.34168    0.39256   0.870   0.3841    
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 

(Dispersion parameter for binomial family taken to be 1)

    Null deviance: 2074.6  on 2747  degrees of freedom
Residual deviance: 1617.5  on 2733  degrees of freedom
  (80 observations deleted due to missingness)
AIC: 1647.5

Number of Fisher Scoring iterations: 6


Updated on 2008-02-27