Learn R Programming

TeachBayes (version 0.1.0)

two_p_summarize: Summaries of a probability matrix

Description

Computes posterior of difference P1 - P2 of a probability matrix of two proportions

Usage

two_p_summarize(prob_matrix)

Arguments

prob_matrix
probability matrix where the rows and columns are labeled with the values of the proportions

Value

data frame with variables diff12 and Prob

Examples

Run this code
  two_p_summarize(testing_prior())

Run the code above in your browser using DataLab