gPOUMM {POUMM} | R Documentation |
Distribution of the genotypic values under a POUMM fit
Description
Distribution of the genotypic values under a POUMM fit
Usage
gPOUMM(z, tree, g0, alpha, theta, sigma, sigmae)
Arguments
z |
A numeric vector of size length(tree$tip.label) representing the trait values at the tip-nodes. |
tree |
an object of class phylo |
g0 |
A numeric value at the root of the tree, genotypic contribution. |
alpha , theta , sigma |
Numeric values, parameters of the OU model. |
sigmae |
Numeric non-negative value (default 0). Specifies the standard deviation of random environmental contribution (white noise) included in z. |
Value
a list with elements V.g, V.g_1, mu.g, V.e, V.e_1, mu.e, V.g.poumm, mu.g.poumm.
[Package POUMM version 2.1.7 Index]