plot_normal: Plot a Normal Model for mu

Description Usage Arguments Value Examples

View source: R/plot_normal.R

Description

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

Usage

1

Arguments

mean

mean parameter of the Normal model

sd

standard deviation parameter of the Normal model

Value

a ggplot

Examples

1
plot_normal(mean = 3.5, sd = 0.5)

bayesrules documentation built on Sept. 25, 2021, 9:06 a.m.