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

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

Deviance Residuals: 
    Min       1Q   Median       3Q      Max  
-0.8957  -0.4925  -0.4058  -0.2881   2.9297  

Coefficients:
                             Estimate Std. Error z value Pr(>|z|)    
(Intercept)                -14.872480   0.790850 -18.806  < 2e-16 ***
rs1333049                   -0.183645   0.889742  -0.206   0.8365    
age1                         0.146601   0.011201  13.089  < 2e-16 ***
sex                          1.814027   0.268447   6.757 1.40e-11 ***
as.factor(ruaco)FIN-EAS_03   1.107379   0.268457   4.125 3.71e-05 ***
as.factor(ruaco)FIN-EAS_24   0.438289   0.196075   2.235   0.0254 *  
as.factor(ruaco)FIN-WES_03   0.030363   0.368382   0.082   0.9343    
as.factor(ruaco)FIN-WES_24  -0.079606   0.235483  -0.338   0.7353    
as.factor(ruaco)FRA-LIL_21  -2.154254   1.023192  -2.105   0.0353 *  
as.factor(ruaco)FRA-STR_21  -2.426684   1.017339  -2.385   0.0171 *  
as.factor(ruaco)FRA-TOU_21  -2.191071   1.020346  -2.147   0.0318 *  
as.factor(ruaco)SWE-NSW_02   0.011148   0.534375   0.021   0.9834    
as.factor(ruaco)SWE-NSW_03  -0.761839   0.389986  -1.954   0.0508 .  
as.factor(ruaco)UNK-BEL_21  -0.541614   0.374113  -1.448   0.1477    
rs1333049:age1               0.004483   0.013923   0.322   0.7475    
---
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: 1618.2  on 2733  degrees of freedom
  (80 observations deleted due to missingness)
AIC: 1648.2

Number of Fisher Scoring iterations: 6


Updated on 2008-02-27