Check resilience to multiple lhs vars
Closed this issue · 4 comments
lauken13 commented
Following up from #150
Line 184 of Survey fit
dplyr::select(dplyr::all_of(lhs_var), .key)%>%
Need to check performance with multiple LHS vars (like when using brms y_count|trials(n))
jgabry commented
I realized that the problem with binomial models may go deeper than this unfortunately (see #156). And I may have only found a subset of the issues.
lauken13 commented
Yeah it would be all through. Can you think of a good way to get around it?
jgabry commented
I'll think about it and let's talk about it more at the next meeting. We might need to brainstorm.