Nothing
fc_beta <- function(X, y, sig_inv_Xt, sig_inv){
p = ncol(X)
beta_hat = sig_inv_Xt %*% y
mvrnorm(1, beta_hat, sig_inv)
}
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.