autumn icon indicating copy to clipboard operation
autumn copied to clipboard

autumn: Fast, Modern, and Tidy-Friendly Iterative Raking in R.

Results 5 autumn issues
Sort by recently updated
recently updated
newest added

Great package - thanks! I've been playing around with it, and I've encountered an issue (maybe a bug?). It looks like the function `check_any_data_issues` is looking to see if all...

I put together a pull request that implements a function to automatically normalize targets so they sum to 1. I know you're on the fence, but it might cut down...

I have some variables in a data set the a want to weight. However, not all levels are present in the data set. ``` library(dplyr) library(autumn) harvest(d, weights) ``` So...

It has been brought up that a useful flag for harvest would be the ability to automatically collapse target levels (either to remove smaller levels and improve convergence, or to...

Things to do before v0.10: - [ ] Code: Complete Spencer design effects - [ ] Vignette: Specifying targets - [ ] Vignette: Convergence criteria - [ ] Vignette: Error...