covaruber / sommer

38 stars 25 forks source link

the imputed marker matrix is $X, not$imputed #14

Closed luansheng closed 3 years ago

luansheng commented 3 years ago

For A.mat() in the help document: If return.imputed = TRUE, the function returns a list containing $A the A matrix

$imputed the imputed marker matrix

However, the returned matrix is $X, not $imputed.

covaruber commented 3 years ago

Thanks for reporting the bug, we just past the A.mat, D.mat, E.mat and H.mat functions to C++ which caused some of these typos in the documentation. I will address and push in the newest version.

Cheers, Eduardo