find_ql_diff {ppsbm} | R Documentation |
Convert index into group pair in tauDown_Q
Description
This function is the inverse of the conversion {(q,l), q<l}
into {1,...,Q*(Q-1)/2}
. Used only in tauDown_Q.
Usage
find_ql_diff(ind_ql, Q)
Arguments
ind_ql |
Converted |
Q |
Total number of groups |
Value
Group pair (q,l)
corresponding to the given index
[Package ppsbm version 0.2.2 Index]