ACCLAB / DABEST-python

Data Analysis with Bootstrapped ESTimation
https://acclab.github.io/DABEST-python/
Apache License 2.0
341 stars 47 forks source link

Estimation plot only #118

Closed llobetv closed 3 years ago

llobetv commented 3 years ago

Hi,

I appreciate the estimation plot so I would like to use them, but since I have to make my own dedicated bootstrap (hierarchical bootstrap) I cannot used dabest functions.

Is their a way to give bootstrap values, CI calculated and sample point to generate estimation plot?

Best regards, Victor

josesho commented 3 years ago

Hi @llobetv ,

You can take a look at plot_tools.py and plotter.py as starting points for utility functions to produce bootstrap distribution plots.

Thanks, Joses