sim_multi_stat
1 2 3 4 5 6 7 | sim_multi_stat(
pav_obj,
phen_name,
n_simulation = 10,
parallel = FALSE,
parallel_n = parallel::detectCores() - 1
)
|
pav_obj |
A PAV object. |
phen_name |
The name of phenotype used for grouping. |
n_simulation |
The number of simulations. |
parallel |
A logical value indicating whether to use parallel computing. |
parallel_n |
The number of CPU cores used for parallel computing. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.