Skip to content

Instantly share code, notes, and snippets.

View bcaffo's full-sized avatar

Brian Caffo bcaffo

  • Johns Hopkins University Department of Biostatistics
  • Baltimore, MD, USA
View GitHub Profile
## Performs MCMC P-value calculation for 0-1 tables
## from Darwin's Finch data
I = 7; J = 5
#testDat = matrix(sample(0:1, I * J, replace= TRUE), I, J)
A = matrix(c(
0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0,
@bcaffo
bcaffo / note.md
Last active December 26, 2018 18:26
Starting gigantum on a google cloud platform server