Simulate a and Sab from full conditional distributions under bin likelihood
raSab_bin_fc(Z, Y, a, b, Sab, Sab0=NULL, eta0=NULL, SS = round(sqrt(nrow(Z))))
Z
: a square matrix, the current value of ZY
: square binary relational matrixa
: current value of row effectsb
: current value of column effectsSab
: current value of Cov(a,b)Sab0
: prior (inverse) scale matrix for the prior distributioneta0
: prior degrees of freedom for the prior distributionSS
: number of iterationsPeter Hoff