https://github.com/patrickbarks/combine-min-var
Combine levels of an ordinal variable by minimizing the among-group variance in sample size
https://github.com/patrickbarks/combine-min-var
Last synced: 8 days ago
JSON representation
Combine levels of an ordinal variable by minimizing the among-group variance in sample size
- Host: GitHub
- URL: https://github.com/patrickbarks/combine-min-var
- Owner: patrickbarks
- Created: 2015-09-22T03:20:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T03:25:04.000Z (almost 11 years ago)
- Last Synced: 2025-10-26T01:28:19.859Z (9 months ago)
- Language: C++
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
combine-min-var
===============
Combine levels of an ordinal variable to achieve a given (smaller) number of groups, by minimizing the among-group variance in sample size through an exhaustive search.
Requires Rcpp.