Nothing
#' Fit a Bayesian analysis of networks
#'
#' @param fit Object with a particular class that will dispatch to the respective package functions
#' @param ... Additional arguments to be passed onto the respective fitting functions
bgm_fit <- function(fit, ...){
UseMethod("bgm_fit", fit)
}
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.