Arguments
tree
a phylogenetic tree in "phylo"
format.
X
a named vector containing a single independent variable (multiple independent variables to be added). X
can contain the species means, or a single long vector containing the sample of values for each species. In the latter case the <
y
vector the dependent variable. Can be species means or individual values, as for X
.
Vx
sampling variances for X
. If NULL
, then the within-species variance is computed from the data assuming that individual samples, not species means, have been provided in X
.
Vy
sampling variances for y
. If NULL
, then the within-species variance is computed from the data assuming that individual samples, not species means, have been provided in y
.
Cxy
sampling covariances between X
and y
. This will also be computed from the data if Cxy==NULL
. Note than in this case - but not for the calculation of Vx
and Vy
, the same number of observation
lower
vector specifying the lower bounds for estimation for sig2x
and sig2y
, respectively. (Must be >0.)