I intend to run reduced rank regression for the very first time and I just wondered if there are any specifications of what the outcome variable should be? My outcome variables are all categorical. However, most of the examples I’ve seen have all used continuous response variables.
Afaik, technically, you should be able to fit these models with whatever kind of likelihood you like, meaning that your outcome variable can also look however you want. Big emphasis on the technically, a specific choice of likelihood may not play well with the shrinkage prior & you might end up with slow sampling & divergent transitions.
From my experience, the hierarchical normal (ridge-like) prior plays pretty well with most likelihoods/model structures I’ve used, is fast to fit, and performs good in terms of prediction. Horseshoe can give you nicer, sparser solutions, but sometimes that does come at the cost of slower sampling & more problems with the model fit, so you might end up having to really dig in into your model and set informative priors.