plot_normal {bayesrules} | R Documentation |
\mu
Plots the probability density function (pdf) for a
Normal(mean, sd^2) model of variable \mu
.
plot_normal(mean, sd)
mean |
mean parameter of the Normal model |
sd |
standard deviation parameter of the Normal model |
a ggplot
plot_normal(mean = 3.5, sd = 0.5)