Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.
/ xv.glm Public archive

Cross-validation software for generalized linear models (R package).

Notifications You must be signed in to change notification settings

lucboruta/xv.glm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

xv.glm

Cross-validation software for generalized linear models (R package).

The main and only function estimates k-fold cross-validation prediction error for GLMs. It builds upon boot::cv.glm, providing the following new features: models of class other than "glm" can be evaluated, various cost functions can be efficiently used to estimate the cross-validation prediction error on the same k-fold groups, all k-fold scores are reported (and not just the weighted mean), and k-fold groups can be sampled pro rata with the relative frequencies of response levels.

License

Do What The Fuck You Want To Public License (version 2).

Citation

When using xv.glm for a publication, please cite my doctoral dissertation.

@phdthesis{
    author = {Boruta, Luc},
    title = {Indicators of Allophony and Phonemehood},
    school = {Universit{\'e} Paris Diderot},
    year = {2012},
}

About

Cross-validation software for generalized linear models (R package).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages