| loglikSimpleR | R Documentation |
@param theta (3 x 1) log(\sigma_Y), log(\tau), log(\sigma_U) @param likobj (list) contaning: Yu (n x 1) the data (modifed by U in the SVD(X)) Xu (n x k + 1) the covariates, for \beta (modifed by U in the SVD(X)) H (n x n_c) covariance matrix HHt (n x n) SVDX (list) singular value decomposition of X @param restricted (bool) use restricted maximum likelihood @param Xu - (k x 1) covariates supplied (optional) @param BIC - (bool) caculate BIC adjusted
loglikSimpleR(theta, likObj, restricted = T, Xu = NULL, BIC = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.