Skip to content

A dredge function to select the best models through an exhaustive combination of parameters.

Notifications You must be signed in to change notification settings

chrisborges/Model_selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Best model selection function

A data dredge function to select the best models given a global model (i.e. x ~ a + b + c). The function works through an exhaustive combination of parameters and outputs a dataframe where models are ranked by model selection methods, such as AIC or WAic.


Output includes:

  • log-likelihood "LL";
  • number of parameters "k";
  • Akaike Information Criterion "AICc";
  • the difference between the two AIC values being compared "∆AIc";
  • Watanabe Akaike Information Criterion "WAic".

About

A dredge function to select the best models through an exhaustive combination of parameters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages