tfjaeger

Results 13 comments of tfjaeger

Are these issues still open? I am getting an "Error: Internal error in `dict_hash_with()`: Dictionary is full." using tidybase::add_fitted_draws() for a large tibble, which fails as it evokes `vctrs::vec_group_loc` ```...

Thanks. Works like a charm!

Paul, have you by chance started on this? I'm also working on a research project that would reduce dozens of analyses into one if that feature was added (assessing differences...

Thanks for the quick response!

Is this something under development? I'm running into the same limitation. Trying use plotmath functionality combined with reference to gganimate variables like {closest_state}. Thank you.

Just to state why I opened this issue originally. The approach @Niklas191 linked to can handle equality of parameters but I don't see how it can handle equality constraints like...

I was wondering whether that works, and how general it would be. So, say I have a model like the following: ``` bf(respond_t ~ log(inv_logit(bvot) + ((1-inv_logit(bvot)) * inv_logit(bcontext))) -...

After updating to the latest R version, this now works. But I'll keep the post here, in case someone else with the older R version is experiencing the same error....

Worked for me, too (MacOs High Sierra 10.13.6, R 4.0.2, RStudio 1.3.1056) Perhaps this solution should be part of https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started? There seem to be a lot of posts about the...

Is this still on the to-do list? I am working with a large (but not huge) brms model (a little under 1GB). When I try to extract 1000 samples from...