Nothing
reviseTau <- function(distr,fmla,data,theta,size,nbot,ntop) {
fy <- getModComps(distr,fmla,data,theta,size,nbot,ntop)$fy
K <- length(levels(data$state))
tpm <- getTpm(theta,K)
rp <- recurse(fy,tpm)
tpm <- reviseTpm(rp$xisum,mixture=FALSE)
fixTau(tpm)
}
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.