solveMKM: 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
maxIter
maximum number of iteration
tol
tolerance for convergence