dwinter / mmod

Differentiation statistics in R
Other
11 stars 5 forks source link

pairwise_Gst_Nei #14

Open dionnecargy opened 2 years ago

dionnecargy commented 2 years ago

Hi there,

I was wondering if there was a way to calculate the significance (i.e., p-value) for pairwise_Gst_Nei?

I am confused by the online tutorial where I do understand that:

result <- chao_bootstrap(data, nreps = 10)
result_bootstrap <- summarise_bootstrap(result, Gst_Nei)

And the results are confidence intervals (by locus).

I would like to understand the differences between a set of populations and the significance of this difference.

Thank you for your help!