This file contains 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
data{ | |
# n_subj: number of subjects | |
int n_subj ; | |
# n_y: number of outcomes | |
int n_y ; | |
# y: matrix of outcomes | |
matrix[n_subj,n_y] y ; | |
# n_fac: number of latent factors | |
int n_fac ; | |
# y_fac: list of which factor is associated with each outcome |