PCMBaseTestObjects.Rd
A list containing simulated trees, trait-values and model objects for tests and examples of the PCMBase package
PCMBaseTestObjects
This is a list containing the following named elements representing parameters of BM, OU and MixedGaussian models with up to three traits and up to two regimes, model objects, simulated trees with partition of their nodes in up to two parts (corresponding to the two regimes), and trait data simulated on these trees.
H matrices for OU models for regimes 'a' and 'b'.
Theta vectors for OU models for regimes 'a' and 'b'.
Sigma_x matrices for BM and OU models for regimes 'a' and 'b'.
Sigmae_x matrices regimes 'a' and 'b'.
X0 vectors for regimes 'a' and 'b'.
an array resulting from abind(a.H, b.H).
a matrix resulting from cbind(Theta.a, Theta.b).
an array resulting from abind(a.Sigma_x, b.Sigma_x).
an array resulting from abind(a.Sigmae_x, b.Sigmae_x).
univariate models with a single regime for each of 3 traits.
same as model.a.1 but omitting X0; suitable for nesting in an MGPM model.
single-regime 3-variate models.
single-regime 3-variate model with omitted X0 (suitable for nesting in an MGPM.
same as model.a.123.Omitted_X0 but with the value of Sigmae_x copied from model.b.123.
same as model.a.123 but omitting X0 and Sigmae_x.
analogical to corresponding model.a.123...
a two-regime 3-variate model.
a two-regime 3-variate model having Sigmae_x from b.Sigmae_x.
a two-regime MGPM model with a local Sigmae_x for each regime.
a two-regime MGPM model with a global Sigmae_x.
number of tips in simulated trees
a tree of 15 tips used for testing clade extraction.
a tree with one part only (one regime)
a tree partitioned in two parts (two regimes)
trait values simulated with model.a.1.
trait values simulated with model.a.123.
trait values simulated with model.a.2.
trait values simulated with model.a.3.
trait values simulated with model.ab.123 on tree.ab.
a tree of 5 tips used for examples.
3-trait data for 5 tips used together with tree for examples.
a mixed Gaussian phylogenetic model for 3 traits and an OU and BM regime used in examples.