benchmarkData {PCMBaseCpp} | R Documentation |
Data for performing a benchmark
Description
A dataset containing three triplets trees, trait-values and models to evaluate the likelihood calculation times for R and C++ implementations.
Usage
benchmarkData
Format
A data frame with 4 rows and 8 variables:
- tree
phylogenetic tree (phylo) with set edge.regimes member
- model
MGPM model used to simulate the data in X
- X
trait values
- ll
log-likelihood value
- modelBM
a random BM model
- llBM
log-likelihood value form modelBM
- modelOU
a random OU model
- llOU
log-likelihood value for modelOU
[Package PCMBaseCpp version 0.1.9 Index]