[GenABEL-dev] Float to double conversion in filevector/DatABEL files

Nicola Pirastu darthastu at gmail.com
Fri Feb 15 10:05:25 CET 2013


Dear List,

I think I've spotted a small bug in the grammar function when method=="gamma",

the problem is linked to this post.

http://forum.genabel.org/viewtopic.php?f=6&t=753&p=1401#p1401

Looking at the grammar code line 6 is:

        out at results[, "effB"] <- out[, "chi2.1df"]/polyObject$grammarGamma$Beta

while I think it should be:

        out at results[, "effB"] <- out[, "effB"]/polyObject$grammarGamma$Beta
 
Best.

Nicola


More information about the genabel-devel mailing list