condprob {bindata} | R Documentation |
Returns a matrix containing the conditional probabilities
P(x_i=1|x_j=1) where x_i corresponds to the i
-th
column of x
.
condprob(x)
x |
matrix of binary data with rows corresponding to cases and columns corresponding to variables. |
Friedrich Leisch