R/dim.R

Defines functions dim.bdeconv_result

#' @exportS3Method
dim.bdeconv_result <- function(x) {
  obj <- x
  return(c(length(obj), obj$p + obj$q))
}

Try the BayesDecon package in your browser

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

BayesDecon documentation built on March 15, 2026, 1:06 a.m.