Solves a univariate mixed model of form \(y=X\beta+Mu+e\) using the Expectation-Maximization algorithm.
solveRRBLUP_EM(Y, X, M, Vu, Ve, tol, maxIter, useEM)
a matrix with n rows and 1 column
a matrix with n rows and x columns
a matrix with n rows and m columns
initial guess for variance of marker effects
initial guess for error variance
tolerance for declaring convergence
maximum iteration for attempting convergence
should EM algorithm be used. If false, no estimation of variance components is performed. The initial values are treated as true.