stephenslab / ebnm

R package to fit Empirical Bayes Normal Means model.
https://stephenslab.github.io/ebnm/
12 stars 9 forks source link

implement plot.ebnm, summary.ebnm, print.summary.ebnm #24

Closed willwerscheid closed 2 years ago

willwerscheid commented 5 years ago

For plot, maybe do x vs. posterior$mean (would need to return x and s in a data frame called data). @pcarbo 's suggestions for summary:

willwerscheid commented 5 years ago

For plot, can also use plot_diagnostic from ashr.

pcarbo commented 5 years ago

@willwerscheid Take a look at the varbvs package to get started on implementing these functions.

willwerscheid commented 2 years ago

The plotting code for the wOBA example from my thesis should work