Closed acoppock closed 6 years ago
something's wrong!
library(randomizr) # What's going on here? declaration <- declare_ra(N = 8, m_each = c(2, 2, 2, 2)) perms <- obtain_permutation_matrix(declaration) > table(perms[, 1]) T2 T3 T4 2 2 4 ```
goddamn, just spent an hour fixing this without realizing neal had fixed it in a PR I hadn't merged in
In fairness, that bug had been in there for well over a year.
something's wrong!