draw_two_p: Plot of Distribution of Two Proportions

Description Usage Arguments Value Author(s) Examples

View source: R/draw_two_p.R

Description

Constructs a graph of the probability distribution of two proportions

Usage

1
  draw_two_p(prob_matrix, ...)

Arguments

prob_matrix

matrix of probabilities of two proportions with the rows and columns labeled by the values

...

other arguments such as the title of the plot

Value

graphical display of the joint probability distribution

Author(s)

Jim Albert

Examples

1
2
  Prob <- testing_prior()
  draw_two_p(Prob, title="Testing Prior")

bayesball/TeachBayes documentation built on Jan. 5, 2020, 1:47 a.m.