surv.bart.dss: Decoupling Shrinkage and Selection (DSS) variable selection...

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

Description

Here we implement the Decoupling Shrinkage and Selection (DSS) method for variable selection in nonparametric survival analysis with BART. The method is computationally friendly.

Usage

1
2
3
4
5
6
7
8
    surv.bart.dss(post,
                  mc.cores=2L,   ## used by mc.surv.bart.dss only
                  nice=19L       ## used by mc.surv.bart.dss only
                  )
    mc.surv.bart.dss(post,
                     mc.cores=2L,## used by mc.surv.bart.dss only
                     nice=19L    ## used by mc.surv.bart.dss only
                     )

Arguments

post

The posterior from a previous call to surv.bart or mc.surv.bart.

mc.cores

Number of cores to employ in parallel: used by mc.surv.bart.dss only.

nice

Set the job priority: used by mc.surv.bart.dss only. The default priority is 19: priorities go from 0 (highest) to 19 (lowest).

Value

Returns a list of selected variable column numbers and names.

Author(s)

Rodney Sparapani: rsparapa@mcw.edu

References

A General Approach to Variable Selection for Bayesian Nonparametric Models JSM, August 10, 2015. http://rob-mcculloch.org/nonpar-varsel_2015-8-10.pdf

See Also

surv.bart

Examples

1
2
3
4
## Not run: 
require(timebart)

## End(Not run)

timebart documentation built on May 2, 2019, 4:43 p.m.