boot.ia | R Documentation |
This function will perform the index of association on a bootstrapped data set multiple times to create a distribution, showing the variation of the index due to repeat observations.
boot.ia(gid, how = "partial", reps = 999, quiet = FALSE, ...)
gid |
a genind or genclone object |
how |
method of bootstrap. The default |
reps |
an integer specifying the number of replicates to perform. Defaults to 999. |
quiet |
a logical. If |
... |
options passed on to |
a data frame with the index of association and standardized index of association in columns. Number of rows represents the number of reps.
This function is experimental. Please do not use this unless you know what you are doing.
ia()
,
pair.ia()
,
psex()
data(Pinf)
boot.ia(Pinf, reps = 99)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.