- Update docs with link to Stat paper doi:10.1002/sta4.454 published on Jan 12, 2022.
- Allow logistic regression response variable to be a factor, not just 0/1. Add logistic regression
example()to function documentation. - Add
na.rmarguments, passed internally tosvymeanwhen calculating average of CV test losses. - Make
folds.svy()andfolds.svydesign()functions directly accessible and documented, so that users can form survey-design-based CV folds and use them with other models besidessvyglm. - Add examples to README and
introvignette illustrating how to usefolds.svy()with design-consistent random forest models from therpmspackage.
- local Windows 10 install, R 4.1.3
- devtools::check_rhub()
- devtools::check_win_release()
- devtools::check_win_devel()
- GitHub Actions for windows-latest (release), macOS-latest (release), ubuntu-latest (oldrel-1), ubuntu-latest (release), ubuntu-latest (devel)
There were no ERRORs, WARNINGs, or NOTEs.
There are currently no downstream dependencies for this package.