Nothing
summary.iva <-
function(object, ...) {
cat("Call:", object$call)
cat("\nData name:", object$DNAME)
cat("\nThe number of sources P:", object$P)
cat("\nThe sample size T:", object$N)
cat("\nThe number of datasets D:", object$D)
cat("\nSource density model: ", object$source_density)
if (object$source_density == "student") {
cat("\nThe degree of freedom:", object$student_df)
}
cat("\nThe number of iterations: ", object$niter)
cat("\nThe algorithm did converge: ", object$converged)
}
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.