R/as_list.R

Defines functions as.list.bdeconv_result

Documented in as.list.bdeconv_result

#' Density deconvolution using bayesian semiparametric methods
#' @param x A `bdeconv_result` object.
#' @param ... Unused.
#' @keywords internal
as.list.bdeconv_result <- function(x, ...) {
  return(as.list(unclass(x)))
}

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.