boot.ia {poppr} | R Documentation |
Bootstrap the index of association
Description
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.
Usage
boot.ia(gid, how = "partial", reps = 999, quiet = FALSE, ...)
Arguments
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 |
Value
a data frame with the index of association and standardized index of association in columns. Number of rows represents the number of reps.
Note
This function is experimental. Please do not use this unless you know what you are doing.
See Also
Examples
data(Pinf)
boot.ia(Pinf, reps = 99)