plot_normal function

Plot a Normal Model for μ\mu

Plot a Normal Model for μ\mu

Plots the probability density function (pdf) for a Normal(mean, sd^2) model of variable μ\mu.

plot_normal(mean, sd)

Arguments

  • mean: mean parameter of the Normal model
  • sd: standard deviation parameter of the Normal model

Returns

a ggplot

Examples

plot_normal(mean = 3.5, sd = 0.5)