R/vbsummary.R

#' Some extra info on the VB-ppm fit
#' 
#' @import vblogistic
#' @export
vbsummary <- function(x, ...) {
  y <- x$internal$glmfit
  summary(y)
  invisible(y)
}
antiphon/ppmvb documentation built on May 10, 2019, 12:20 p.m.