powered by
Constructs a graph of the probability distribution of two proportions
draw_two_p(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
ggplot2 object containing the graphical display.
# NOT RUN { prob_matrix <- testing_prior() draw_two_p(prob_matrix, title="Testing Prior") # }
Run the code above in your browser using DataLab