ebbr icon indicating copy to clipboard operation
ebbr copied to clipboard

Empirical Bayes binomial estimation

Results 13 ebbr issues
Sort by recently updated
recently updated
newest added

warning messages suggest the following: `data_frame()` was deprecated in tibble 1.1.0. Please use `tibble()` instead.

I'm running into errors using the example code in the documentation for the `ebb_fit_mixture` function. First, `by_row` appears to be from `purrrlyr`, which is not loaded at the top of...

Hi, I'm trying to make a custom function to make ebbr_fit_prior estimates on _many_ columns in a dataframe. I'm running into a lot of issues in passing variable column names...

Sorry this is not really an issue but I did not know of a better way to contact you. I'm working through your book _Empirical Bayes: Examples from Baseball Statistics!_...

When all observations (k) are 0, ebbr fails with an unhelpful error message: ```R > ebbr::add_ebb_estimate(data.frame(k=rep(0, 10), n=sample(100, 10)), k ,n) Error in if (!all(lower ebbr::add_ebb_estimate(data.frame(k=c(1, rep(0, 9)), n=sample(100, 10)),...

Hello, I try to add prior_subset to add_ebb_estimate in combination with gamlss as below: ``` eb_career_ab % add_ebb_estimate(H, AB, method = "gamlss", prior_subset = AB >= 500, mu_predictors = ~...

` R version 3.5.1 (2018-07-02) -- "Feather Spray" Copyright (C) 2018 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY....

Is there a reason this was never released to CRAN?