Description Usage Arguments Value
This function uses a weighting method to assign weights to each subset in a list of candidate subsets, and then obtain marginal weights for variables to obtain a new candidate set with nested subsets.
1 | getCandidates(initCandidates, dat, weight_method = "ARM")
|
initCandidates |
List of vectors each indicating an initial subset |
dat |
List containing design Matrix X and observation Vector y |
weight_method |
String indicating which method to use for weighting |
candidates List of vectors each representing a new candidate subset
w_var Vector of each variable's marginal importance
ind_var Vector of each variable's index in the original system 1...p
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.