Nothing
AGFIcalculation <- function(GFI, fit, fitTheta) {
numVechSigma <- fit$info$T * (fit$info$T + 1) / 2
numParams <- length(fitTheta$optim$par)
AGFI <- 1 - (numVechSigma / (numVechSigma - numParams)) * (1 - GFI)
return(AGFI)
}
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.