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, ...)
directory with precomputed data
vector of individual names
vector of population names. Should be the same length as inds
print progress updates
named arguments passed to the qp
function.
a nested data frame where each model is a row, and the columns are model parameters and model outputs
if (FALSE) {
res = qpadm_resample_inds
unnest(res, weights)
}