Closed spinkney closed 2 years ago
You can post also on discourse if you want as I have an account there, but it doesn't much matter.
You are actually in luck! The next feature that I am going to implement is exactly what you are talking about. So your issue request is only further motivation! I am going to implement index creation to enable people with survey and other types of data to use all the outcomes available in the package (discrete, counts, continuous) in the same model. The data will still be fed into the program in long format but it will include a column that indicates the distribution for each row.
I'm probably going to cap ordinal responses at a max of 10 as I have to hard-code each one. Let me know if that would be a problem.
That's great to hear! 10 will handle almost all my use cases. I look forward to testing!
this is now implemented in the new beta release (you need to pass a column model_id
to id_make
with an integer number for each model type per item_id
(see id_estimate
help files for the full list of models.
First, thank you taking the time and effort into making this package. This is going to be an amazing addition to the survey analysis my company performs.
Second, our data is often composed of many different response types, is it on the roadmap to combine different response types into one model? (For example, say there was another outcome variable for the senate data where there were a number of Likert scale questions the senators answered regarding how import a number of issues are. Will it be possible, in the future, to include this into one model as:
Also, please let me know if this would be better posted on Stan discourse.