Hi Ed,
Thanks for the link, I will see if its something I can implement with my current software. The issue I am running into is a problem with Palantir Foundry's Code Workspaces, with the license timing out after a certain period of time. Would I be able to start a specific batch using the previous prior distribution (by saving the last completed model or some other method)? I have included my model with the data types, but it seems like since fitting the model to the observed covariance slows down for ordinal data, the first idea you suggested might not be possible.
model <- '
outcomeVar ~ # ordinal
age_group_1 + age_group_2 + age_group_3 + age_group_4 + #all binary
i1 + i2 + i3 + # all binary
i4 + i5 + # all binary
i1*14 + i2*i4 + i3*i4 + # binary interaction terms
i1*i5 + i2*i5 + i3*i5 + # binary interaction terms
+ sex + race_ethnicity_group_1 + race_ethnicity_group_2 + race_ethnicity_group_3 # all binary
'
Thank you for your time and help,
Monish