two_p_summarize: Summaries of a probability matrix

Description Usage Arguments Value Author(s) Examples

View source: R/two_p_summarize.R

Description

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

Usage

1
  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 diff21 and Prob where diff21 = P2 - P1

Author(s)

Jim Albert

Examples

1
2
3
  # use uniform prior over values .2, .3, .4
  prior <- testing_prior(.2, .4, 3, uniform=TRUE)
  two_p_summarize(prior)

TeachBayes documentation built on May 1, 2019, 9:17 p.m.