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

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

Deviance Residuals: 
    Min       1Q   Median       3Q      Max  
-1.1678  -0.6733  -0.5989  -0.1914   3.0244  

Coefficients:
                            Estimate Std. Error z value Pr(>|z|)    
(Intercept)                -9.218743   0.470673 -19.586  < 2e-16 ***
rs1333049                  -0.138138   0.550161  -0.251 0.801747    
age1                        0.088350   0.006769  13.052  < 2e-16 ***
sex                         0.457546   0.142843   3.203 0.001359 ** 
as.factor(ruaco)FIN-EAS_03  0.532975   0.201237   2.648 0.008085 ** 
as.factor(ruaco)FIN-EAS_24  0.477501   0.151646   3.149 0.001640 ** 
as.factor(ruaco)FIN-WES_03  0.412644   0.206412   1.999 0.045594 *  
as.factor(ruaco)FIN-WES_24 -0.077820   0.184399  -0.422 0.673010    
as.factor(ruaco)FRA-LIL_21 -3.165238   1.021612  -3.098 0.001946 ** 
as.factor(ruaco)FRA-STR_21 -2.757830   0.725037  -3.804 0.000143 ***
as.factor(ruaco)FRA-TOU_21 -3.276787   1.014665  -3.229 0.001240 ** 
as.factor(ruaco)SWE-NSW_02  0.033299   0.310067   0.107 0.914477    
as.factor(ruaco)SWE-NSW_03 -0.023220   0.230872  -0.101 0.919887    
as.factor(ruaco)UNK-BEL_21 -3.177023   0.718908  -4.419  9.9e-06 ***
rs1333049:age1              0.005556   0.008900   0.624 0.532448    
---
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: 2442.5  on 2733  degrees of freedom
  (80 observations deleted due to missingness)
AIC: 2472.5

Number of Fisher Scoring iterations: 6


Updated on 2008-02-27