Nothing
getThetaTable <- function(fitTheta) {
thetaTable <- tibble::tibble(
" " = fitTheta$sigmaThetaExpr$paramsNames,
"Estimate" = round(fitTheta$optim$par, 4),
"Std. Error" = round(sqrt(diag(fitTheta$covTheta)), 4)
)
return(thetaTable)
}
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.