solveRRBLUP {AlphaSimR} | R Documentation |
Solve RR-BLUP
Description
Solves a univariate mixed model of form y=X\beta+Mu+e
Usage
solveRRBLUP(y, X, M)
Arguments
y |
a matrix with n rows and 1 column |
X |
a matrix with n rows and x columns |
M |
a matrix with n rows and m columns |
[Package AlphaSimR version 1.5.3 Index]