R/bgm_extract_class.R

Defines functions bgm_extract

Documented in bgm_extract

#' 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)

}

Try the easybgm package in your browser

Any scripts or data that you put into this service are public.

easybgm documentation built on Oct. 17, 2024, 9:08 a.m.