solveRRBLUPMV: Solve Multivariate RR-BLUP

View source: R/RcppExports.R

solveRRBLUPMVR Documentation

Solve Multivariate RR-BLUP

Description

Solves a multivariate mixed model of form Y=X\beta+Mu+e

Usage

solveRRBLUPMV(Y, X, M, maxIter = 1000L, tol = 1e-06)

Arguments

Y

a matrix with n rows and q columns

X

a matrix with n rows and x columns

M

a matrix with n rows and m columns

maxIter

maximum number of iteration

tol

tolerance for convergence


AlphaSimR documentation built on Nov. 2, 2023, 6:01 p.m.