bsGBM: Wrapper for GBM bootstrapping

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Wrapper for GBM bootstrapping. Called from doBS.

Usage

1
bsGBM(logX, groupings, DIR=NULL, params = NULL)

Arguments

logX

The data matrix.

groupings

The grouping variables.

DIR

String. Path to output directory.

params

List. Parameter list. See doBS for details.

Details

Wrapper function for GBM bootstrapping call.

Value

List holding the bootstrap results for each grouping variable in grouping.
This is a list with one element for each of the bstr bootstrap iterations. Each element is again a list, which is retrieved by function gbm_multi.

Author(s)

Christian Bender

See Also

doBS doCV

Examples

1
2
3
4
## Not run: 
	## todo

## End(Not run)

bootfs documentation built on May 2, 2019, 5:50 p.m.