Ladislas Nalborczyk

Results 7 comments of Ladislas Nalborczyk

Thank you for your quick answer, it solved it! My guess is that this specific presentation takes a long time to load because it contains several high resolution .svg figures,...

Thank you for your prompt answer! It works now for me too, when increasing the timeout with `options(timeout = 240)` before trying to install the package from Github, so it...

Has anyone found a solution for displaying both the slide number and a progress bar?

Hi Matthew, would you have a simple example on how to plot posterior predictions from a multivariate `brms` model (if it's already possible) ? In the following code, `add_fitted_draws` seems...

Hi, thank you for the tip! It does not seem to work though when adding a non-null `dodge.width` argument to `geom_quasirandom()`... For instance, a pseudocode like: geom_quasirandom( dodge.width = 0.5,...

Hi, it seems a similar problem persists with `estimate_grouplevel()`, when trying to generate estimates of type "total". For instance, ``` library(lme4) data(sleepstudy) model % plot() ` results in this error:...

Hi Dominique, OK, thank you for your prompt answer, and thank you for developing/maintaining the package! Ladislas