Nothing
#' @export
print.summary.simul.nfac.prior <- function(x, ...)
{
cat('prior probabilities of numbers of factors:\n')
out <- cbind(do.call(rbind, x$nfac), acc = unlist(x$acc))
out <- round(out, digits = 3)
print(out, print.gap = 3)
}
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.