View source: R/my_posteriorplot.R
my_posteriorplot | R Documentation |
This function plots a posterior
my_posteriorplot(model, variable_name, xlabel, mycolor)
model |
a model you want to create a posterior from. |
variable_name |
the variable you want to model |
xlabel |
the label for the variable |
mycolor |
color of the density function |
This function plots a posterior from your bayesian outputs.
Returns a posterior plot
## Not run:
my_posteriorplot=(
model=model,
variable_name="reward_oneback",
xlabel = "Reward Oneback"
mycolor = "gray"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.