test.null.binomial: Bayes Factors, Strength of Evidence, Posterior probabilities...

Description Usage Examples

View source: R/test_.R

Description

Bayes Factors, Strength of Evidence, Posterior probabilities and Chi-Squared test for Binomial Proportions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
test.null.binomial(
  x,
  success,
  null_par,
  hyper.par = c(1, 1),
  haldane = FALSE,
  pi_null = 0.5,
  transf = "level",
  bf_round = 2,
  probs_round = 3
)

Examples

1
test.null.binomial(austria_bl1, success = 1, null_par = theta_benford(1)[1])

pedro-teles-fonseca/polya documentation built on Jan. 30, 2021, 6:47 p.m.