yonisidi

Results 6 issues of yonisidi

The original code for the `poisson_log_loss` was taken from {MLmetrics} and it works well overall, but has some edge cases when Inf is returned eg `dpois(ypred, 0) = 0`, `dpois(ypred,...

bug

should it be possible to fill a distribution cutoff by a column in the input tibble? ```r plot_tbl ggplot() + ggdist::stat_halfeye(aes( y = factor(label), dist = dist, arg1 = logmean,...

I am trying to use {geomtextpath} to label different parts of a distribution visually and am having trouble figuring out how to blend the two packages together. i am using...

### Describe the bug I am running R on a VSC remote server and when initiating a plot the external browser is opened, but then no plots are being sent...

bug

Currently I don't think it is possible to add `y | weights(weight) ~ ...` in the brm_formula as it is constructed right now. I tried adding it through `...` but...

I am trying to use {pak} with a shared mount so users associated with a group can use same cache across sessions/instances similar to how {renv} can be configured. since...