Thank you for implementing (Quantile regression possible? · Issue #168 · paul-buerkner/brms · GitHub) quantile regression in brms.
I have two questions:
(1) Is quantile regression for binomial outcomes possible in brms?
(2) Would using link = "logit" instead of link = "identity" in the specification below suffice, or additional modifications would be necessary?
asym_laplace(link = "identity", link_sigma = "log", link_quantile = "logit")
Thanks in advance.