Nothing
fittingGLSC3 <- function(sigmaThetaExpr, fit) {
function(params) {
sigmaTheta <- evalSigmaThetaExprList(sigmaThetaExpr, as.list(params))
sum(diag(((fit$sigmaHat %*% solve(sigmaTheta)) - diag(1, nrow = fit$info$T, ncol = fit$info$T)) %*%
t((fit$sigmaHat %*% solve(sigmaTheta)) - diag(1, nrow = fit$info$T, ncol = fit$info$T)))) / 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.