You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the use of weights in scan1() and related functions (scan1coef(), fit1(), scan1blup(), scan1perm(), scan1snps()). This is for the case of RIL (such as the BXDs) where we're analyzing strain means with differing numbers of individuals per line.
The variance part of the model will be v[ h^2 K + (1-h^2) D] where D is a diagonal matrix with the reciprocal of the weights, 1/w, along the diagonal.
The text was updated successfully, but these errors were encountered:
Implement the use of weights in
scan1()
and related functions (scan1coef()
,fit1()
,scan1blup()
,scan1perm()
,scan1snps()
). This is for the case of RIL (such as the BXDs) where we're analyzing strain means with differing numbers of individuals per line.The variance part of the model will be v[ h^2 K + (1-h^2) D] where D is a diagonal matrix with the reciprocal of the weights, 1/w, along the diagonal.
The text was updated successfully, but these errors were encountered: