Created
August 10, 2021 08:48
-
-
Save JakeJing/fbb1ba47fc40f1ab621e461ead5794d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # y: a list of 100 matrices | |
| y = map(1:100, ~ my_lkj_corr_rng(K = 2, eta = 1.4)) | |
| # data_lkj_corr: a list of list | |
| data_lkj_corr = list(N = 100, y = y) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment