Description Usage Arguments Examples
Average Q matrices.
1 | averageQ(Q_list)
|
Q_list |
A list of of Q matrices. |
1 2 3 4 | # Read in Structure files
multiple_runs_k10 <- exampleStructure("mcmc_diagnostics")
Q_list <- lapply(multiple_runs_k10, getQ)
avgQ <- averageQ(Q_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.