Prepares and computes the ML estimates and their respective standard errors.
prep_par_output(output_par, Sigma_final, Rstruct, profileLik, X, y, H, q)
(numeric
) Found optimal value of
optim
.
(spam
or matrix(n, n)
) Covariance matrix
Sigma of SVC under final covariance parameters.
(NULL
or spam.chol.NgPeyton
) If
covariance tapering is used, the Cholesky factor has been calculated
previously and can be used to efficiently update the Cholesky factor of
Sigma_final
, which is an spam
object.
(logical(1)
) Indicates if optimization has been
conducted over full or profile likelihood.
(matrix(n, p)
) Design matrix
(numeric(p)
) Response vector
(NULL
or matrix
) Hessian of MLE
(numeric(1)
) Number of SVC
A list
with two data.frame
. Each contains the estimated
parameters with their standard errors of the fixed and random effects,
respectively.