R/summary.bayesx.R

Defines functions summary.bayesx

Documented in summary.bayesx

summary.bayesx <-
function(object, model = NULL, 
  digits = max(3, getOption("digits") - 3), ...)
{
  res <- get.model(object, model)
  attr(res, "digits") <- digits
  attr(res, "args") <- list(...)
  class(res) <- "summary.bayesx"

  return(res)
}

Try the R2BayesX package in your browser

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

R2BayesX documentation built on Oct. 20, 2023, 9:11 a.m.