Nothing
#' Extract the results of a Bayesian analysis of networks
#'
#' @param fit 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_extract <- function(fit, ...){
UseMethod("bgm_extract", 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.