R/shinyBLNN.R

Defines functions launch_shinyBLNN

Documented in launch_shinyBLNN

#' @title Launch ShinyStan diagnosis
#' @name launch_shinyBLNN
#' @description lanuch the shinyStan tool fo diagnosing the posterior samples using the NUTS algorithm.
#' @param fit the BLNN_Train object.
#'
#' @export

launch_shinyBLNN <- function(fit){
  shinystan::launch_shinystan(.as.shinyBLNN(fit))
}
BLNNdevs/BLNN documentation built on Dec. 10, 2019, 3:31 a.m.