Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.hBayesDM

General Purpose Plotting for hBayesDM. This function plots hyper parameters.


Description

General Purpose Plotting for hBayesDM. This function plots hyper parameters.

Usage

## S3 method for class 'hBayesDM'
plot(
  x = NULL,
  type = "dist",
  ncols = NULL,
  fontSize = NULL,
  binSize = NULL,
  ...
)

Arguments

x

Model output of class hBayesDM

type

Character value that specifies the plot type. Options are: "dist", "trace", or "simple". Defaults to "dist".

ncols

Integer value specifying how many plots there should be per row. Defaults to the number of parameters.

fontSize

Integer value specifying the size of the font used for plotting. Defaults to 10.

binSize

Integer value specifying how wide the bars on the histogram should be. Defaults to 30.

...

Additional arguments to be passed on


hBayesDM

Hierarchical Bayesian Modeling of Decision-Making Tasks

v1.1.1
GPL-3
Authors
Woo-Young Ahn [aut, cre], Nate Haines [aut], Lei Zhang [aut], Harhim Park [ctb], Jaeyeong Yang [ctb], Jethro Lee [ctb]
Initial release
2021-05-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.