solveUVM: Solve Univariate Model

View source: R/RcppExports.R

solveUVMR 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


AlphaSimR documentation built on Nov. 1, 2024, 5:07 p.m.