Nothing
Starting <- function(vY) {
dBeta = 0.95
dAlpha = 0.05
dGamma = 0.10
dPhi = 0.94
vPn = c(beta = dBeta,
alpha = dAlpha,
phi = dPhi,
gamma = dGamma)
return(vPn)
}
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.