R/bgm_fit_class.R

Defines functions bgm_fit

Documented in bgm_fit

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

}

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.