vizdraws
vizdraws( prior = NULL, posterior = NULL, MME = 0, threshold = NULL, units = NULL, quantity = FALSE, tense = c("future", "past"), xlab = NULL, breaks = NULL, break_names = NULL, colors = NULL, width = NULL, height = NULL, xlim = NULL, font_scale = 1, display_mode_name = FALSE, title = "", stop_trans = FALSE, percentage = FALSE, elementId = NULL )
| prior | prior distribution or draws from it. Currently `Normal`, `uniform`, `beta`, and `gamma` are supported. This is an optional parameter but either this or posterior should be provided |
|---|---|
| posterior | draws from the posterior distribution. This is an optional parameter but either this or prior should be provided |
| MME | minimum meaningful effect. If not provided MME is set to zero |
| threshold | if the probability is greater than this threshold, you would feel comfortable making a decision |
| units | optional argument to specify the units of x. For example, dollars or applications |
| quantity | defaults to |
| tense | either "future" or "past". This is the tense that it will be use in the description if quantity is set to TRUE. |
| xlab | defaults to |
| breaks | defaults to |
| break_names | defaults to |
| colors | colors for the left, middle, and right areas. The defaults are c("#e41a1c", "#377eb8", "#4daf4a") |
| width | width for shiny |
| height | height for shiny |
| xlim | defaults to |
| font_scale | defaults to |
| display_mode_name | defaults to |
| title | defaults to |
| stop_trans | defaults to |
| percentage | defaults to |
| elementId | Use an explicit element ID for the widget (rather than an automatically generated one).elementID for shiny |
A HTML widget object