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

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

Deviance Residuals: 
    Min       1Q   Median       3Q      Max  
-1.2716  -0.6498  -0.5965  -0.1911   3.0045  

Coefficients:
                            Estimate Std. Error z value Pr(>|z|)    
(Intercept)                -9.147172   0.466569 -19.605  < 2e-16 ***
rs1333049                   0.528400   0.174405   3.030 0.002448 ** 
sex                         0.398394   0.145782   2.733 0.006280 ** 
age1                        0.088002   0.006694  13.146  < 2e-16 ***
as.factor(ruaco)FIN-EAS_03  0.557688   0.201269   2.771 0.005591 ** 
as.factor(ruaco)FIN-EAS_24  0.474712   0.151599   3.131 0.001740 ** 
as.factor(ruaco)FIN-WES_03  0.422113   0.206501   2.044 0.040942 *  
as.factor(ruaco)FIN-WES_24 -0.078392   0.184513  -0.425 0.670939    
as.factor(ruaco)FRA-LIL_21 -3.160794   1.021548  -3.094 0.001974 ** 
as.factor(ruaco)FRA-STR_21 -2.752496   0.724952  -3.797 0.000147 ***
as.factor(ruaco)FRA-TOU_21 -3.265974   1.014599  -3.219 0.001286 ** 
as.factor(ruaco)SWE-NSW_02  0.015424   0.311668   0.049 0.960529    
as.factor(ruaco)SWE-NSW_03 -0.052829   0.231984  -0.228 0.819860    
as.factor(ruaco)UNK-BEL_21 -3.165747   0.718848  -4.404 1.06e-05 ***
rs1333049:sex              -0.396297   0.192012  -2.064 0.039025 *  
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 

(Dispersion parameter for binomial family taken to be 1)

    Null deviance: 2887.9  on 2747  degrees of freedom
Residual deviance: 2438.6  on 2733  degrees of freedom
  (80 observations deleted due to missingness)
AIC: 2468.6

Number of Fisher Scoring iterations: 6


Updated on 2008-02-27