plot2dens: plot posteriors distribution against priors

View source: R/tools.R

plot2densR Documentation

plot posteriors distribution against priors

Description

plot posteriors distribution against priors

Usage

plot2dens(
  A = NULL,
  B = NULL,
  C = NULL,
  from = NULL,
  to = NULL,
  prior = NULL,
  cols = c(adjustcolor("red", 0.8), adjustcolor("blue", 0.8), adjustcolor("yellow",
    0.8)),
  hdr = F,
  yaxt = NULL,
  log = F,
  ...
)

Arguments

A

: a vector with posterior

B

: a vector with posterior

prior

: a vector with posterior


simoncarrignon/slsir documentation built on Feb. 11, 2024, 3:07 p.m.