solveMKM: Solve Multikernel Model

View source: R/RcppExports.R

solveMKMR Documentation

Solve Multikernel Model

Description

Solves a univariate mixed model with multiple random effects.

Usage

solveMKM(y, X, Zlist, Klist, maxIter = 40L, tol = 1e-04)

Arguments

y

a matrix with n rows and 1 column

X

a matrix with n rows and x columns

Zlist

a list of Z matrices

Klist

a list of K matrices

maxIter

maximum number of iteration

tol

tolerance for convergence


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