response: bmi 
covariates: age1 sex 
SNP: 19Q12_MG_446 

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

Residuals:
     Min       1Q   Median       3Q      Max 
-11.3427  -2.7370  -0.3965   2.2871  25.3121 

Coefficients:
                                       Estimate Std. Error t value Pr(>|t|)    
(Intercept)                            24.66019    0.97295  25.346  < 2e-16 ***
allele[notmissing]                     -0.13335    0.18330  -0.728 0.466993    
z[notmissing, ]1                        0.02989    0.01355   2.205 0.027566 *  
z[notmissing, ]2                        0.07198    0.31048   0.232 0.816683    
as.factor(ruaco[notmissing])FIN-EAS_03  1.29221    0.37010   3.491 0.000491 ***
as.factor(ruaco[notmissing])FIN-EAS_24  1.28677    0.33001   3.899 9.97e-05 ***
as.factor(ruaco[notmissing])FIN-WES_03  1.09301    0.39367   2.776 0.005545 ** 
as.factor(ruaco[notmissing])FIN-WES_24  0.77393    0.37888   2.043 0.041211 *  
as.factor(ruaco[notmissing])FRA-LIL_21  0.18017    0.64720   0.278 0.780741    
as.factor(ruaco[notmissing])FRA-STR_21  1.14282    0.57891   1.974 0.048509 *  
as.factor(ruaco[notmissing])FRA-TOU_21 -0.53359    0.62117  -0.859 0.390434    
as.factor(ruaco[notmissing])SWE-NSW_02 -0.64516    0.54175  -1.191 0.233837    
as.factor(ruaco[notmissing])SWE-NSW_03  0.48793    0.51335   0.950 0.341986    
as.factor(ruaco[notmissing])UNK-BEL_21 -0.77587    0.40726  -1.905 0.056910 .  
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 

Residual standard error: 4.149 on 2026 degrees of freedom
Multiple R-squared: 0.02542,	Adjusted R-squared: 0.01917 
F-statistic: 4.065 on 13 and 2026 DF,  p-value: 1.192e-06 


Updated on 2008-06-04