Nothing
fitThetaCovarGLSC <- function(fitTheta, sigmaThetaExprList, derivativesExprList, fit) {
thetaList <- as.list(fitTheta$optim$par)
derivSigmaThetaList <- evalDerivSigmaThetaExprList(derivativesExprList, sigmaThetaExprList, thetaList)
derivVechMatrix <- getDerivVechMatrix(derivSigmaThetaList)
UMatrix <- getUMatrix(fit)
covTheta <- getCovTheta(derivVechMatrix, UMatrix, fit)
return(covTheta)
}
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.