## Not run:
#
# # three association states case (H in {-1,0,1}):
# download.file('http://www.math.tau.ac.il/~ruheller/repfdr_RData/zmat.RData',destfile = "zmat.RData")
# load(file = "zmat.RData")
#
# input.to.repfdr3 <- ztobins(zmat, 3, df = 15)
# pbz <- input.to.repfdr3$pdf.binned.z
# bz <- input.to.repfdr3$binned.z.mat
#
# # two association states case (H in {0,1}):
# data(zmat_sim)
#
# input.to.repfdr <- ztobins(zmat_sim, 2)
# pbz_sim <- input.to.repfdr$pdf.binned.z
# bz_sim <- input.to.repfdr$binned.z.mat
# ## End(Not run)
Run the code above in your browser using DataLab