Is binomial quantile regression possible in brms?

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.

The asym_laplace assumes your response to be continuous. Using count data with this family will likely not yield something too helpful.

Any idea how I can do binomial quantile regression in brms?

Currently not, sorry.