Nothing
fittingGLSC2 <- function(sigmaThetaExprList, fit) {
function(params) {
sigmaTheta <- evalSigmaThetaExprList(sigmaThetaExprList, as.list(params))
sum(diag((diag(1, nrow = fit$info$T, ncol = fit$info$T) - (sigmaTheta %*% solve(fit$sigmaHat))) %*%
t(diag(1, nrow = fit$info$T, ncol = fit$info$T) - (sigmaTheta %*% solve(fit$sigmaHat))))) / 2
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.