response: bmi 
covariates: age1 sex 
SNP: 10Q11_21_MG_458 

Call:
lm(formula = response[notmissing] ~ allele[notmissing] + z[notmissing, 
    ] + as.factor(ruaco[notmissing]))

Residuals:
     Min       1Q   Median       3Q      Max 
-11.3280  -2.7271  -0.4024   2.2817  25.2586 

Coefficients:
                                       Estimate Std. Error t value Pr(>|t|)    
(Intercept)                            24.78708    0.96961  25.564  < 2e-16 ***
allele[notmissing]                      0.20169    0.17520   1.151 0.249786    
z[notmissing, ]1                        0.02822    0.01359   2.076 0.037994 *  
z[notmissing, ]2                        0.02618    0.31177   0.084 0.933088    
as.factor(ruaco[notmissing])FIN-EAS_03  1.24584    0.37001   3.367 0.000774 ***
as.factor(ruaco[notmissing])FIN-EAS_24  1.27051    0.32790   3.875 0.000110 ***
as.factor(ruaco[notmissing])FIN-WES_03  0.98303    0.39441   2.492 0.012767 *  
as.factor(ruaco[notmissing])FIN-WES_24  0.68097    0.38170   1.784 0.074564 .  
as.factor(ruaco[notmissing])FRA-LIL_21  0.04477    0.63953   0.070 0.944201    
as.factor(ruaco[notmissing])FRA-STR_21  1.35462    0.57856   2.341 0.019309 *  
as.factor(ruaco[notmissing])FRA-TOU_21 -0.61904    0.63228  -0.979 0.327666    
as.factor(ruaco[notmissing])SWE-NSW_02 -0.68187    0.54449  -1.252 0.210600    
as.factor(ruaco[notmissing])SWE-NSW_03  0.45198    0.52414   0.862 0.388616    
as.factor(ruaco[notmissing])UNK-BEL_21 -0.91117    0.40400  -2.255 0.024217 *  
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 

Residual standard error: 4.147 on 2034 degrees of freedom
Multiple R-squared: 0.02679,	Adjusted R-squared: 0.02057 
F-statistic: 4.307 on 13 and 2034 DF,  p-value: 3.46e-07 


Updated on 2008-06-04