pcarbo / varbvs

Large-scale Bayesian variable selection for R and MATLAB.
http://pcarbo.github.io/varbvs
GNU General Public License v3.0
42 stars 14 forks source link

list top variables based on their PIP #22

Closed timflutre closed 6 years ago

timflutre commented 6 years ago

In summary.varbvs, one could add an option beside nv so that the function would return the top variables as long as their PIP is above a given threshold. What do you think? I could do a pull request if you're interested.

pcarbo commented 6 years ago

@timflutre I implemented a new argument pip.cutoff; see commit 2fd0843.

timflutre commented 6 years ago

You rock ;)