reworkhow / JWAS.jl

Julia for Whole-genome Analysis Software
http://QTL.rocks
GNU General Public License v2.0
96 stars 44 forks source link

set the starting value of ROld as scalar, not a `Variance` object #148

Closed zhaotianjing closed 8 months ago

zhaotianjing commented 8 months ago

Old: starting value of mme.ROld is set to mme.R, which is a Variance object. This caused an error in calculation. Now: starting value of mme.ROld is set to mme.R.val, which is a scalar used in subsequent calculations.