Plot of Distribution of Two Proportions
Constructs a graph of the probability distribution of two proportions
draw_two_p(prob_matrix, ...)
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 plotggplot2 object containing the graphical display.
Jim Albert
prob_matrix <- testing_prior() draw_two_p(prob_matrix, title="Testing Prior")