Description Usage Arguments Examples
plotting function to investigate hierarchical structure of selection
| 1 | plotSelections(object, s = NULL, type = c("d3.tree"), ...)
 | 
| object | fitted vennLasso object | 
| s | lambda value for the predictions. Only one can be specified at a time | 
| type | type of plot to make. Currently only "d3.tree" and "igraph.tree" available | 
| ... | other graphical parameters for the plot | 
| 1 2 3 4 5 6 7 | set.seed(123)
dat.sim <- genHierSparseData(ncats = 3, nvars = 25, nobs = 200)
fit <- vennLasso(x = dat.sim$x, y = dat.sim$y, groups = dat.sim$group.ind)
plotSelections(fit, s = fit$lambda[32])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.