resample_inds | R Documentation |
These are wrapper functions around various qp
functions, which will evaluate many models at once.
The models are formed by leaving out every individual which belongs to a population with more than one sample,
one at a time.
qp3pop_resample_inds(dir, inds, pops, verbose = TRUE, ...)
qpdstat_resample_inds(dir, inds, pops, verbose = TRUE, ...)
qpwave_resample_inds(dir, inds, pops, verbose = TRUE, ...)
qpadm_resample_inds(dir, inds, pops, verbose = TRUE, ...)
qpgraph_resample_inds(dir, inds, pops, verbose = TRUE, ...)
dir |
directory with precomputed data |
inds |
vector of individual names |
pops |
vector of population names. Should be the same length as |
verbose |
print progress updates |
... |
named arguments passed to the |
a nested data frame where each model is a row, and the columns are model parameters and model outputs
## Not run:
res = qpadm_resample_inds
unnest(res, weights)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.