solveUVM {AlphaSimR} | R Documentation |
Solve Univariate Model
Description
Solves a univariate mixed model of form y=X\beta+Zu+e
Usage
solveUVM(y, X, Z, K)
Arguments
y |
a matrix with n rows and 1 column |
X |
a matrix with n rows and x columns |
Z |
a matrix with n rows and m columns |
K |
a matrix with m rows and m columns |
[Package AlphaSimR version 1.5.3 Index]