gbm.bfcheck | R Documentation |
Provides minimum bag fractions for gbm.auto, preventing failure due to bf & samples rows limit. Simon Dedman, 2016, simondedman@gmail.com, GitHub.com/SimonDedman/gbm.auto
gbm.bfcheck(samples, resvar, ZI = "CHECK", grv = NULL)
samples |
Samples dataset, same as gbm.auto. |
resvar |
Response variable column in samples. |
ZI |
Are samples zero-inflated? TRUE/FALSE/"CHECK". |
grv |
Dummy param for package testing for CRAN, ignore. |
Prints minimum Bag Fraction size for gbm.auto.
Simon Dedman, simondedman@gmail.com
data(samples)
gbm.bfcheck(samples = samples, resvar = "Cuckoo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.