You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this is indeed just a permutation function, as taken from the gtools package: i.e. for G = 3 clusters, there are only 2^3 unique combinations of rademacher draws: ((1,1,1), (1, -1, -1), (1,-1,1),...,(-1,-1,-1)) and the function gets you all of these:
The text was updated successfully, but these errors were encountered: