View source: R/phylogeneticCorrelations.R
get_consensus_tree | R Documentation |
Compute the transformed tree using transf.branch.lengths
.
get_consensus_tree(
y_data,
design,
phy,
model,
measurement_error,
weights,
trim,
REML,
ddf_method,
ncores,
...
)
design |
the design matrix of the experiment, with rows corresponding to samples and columns to coefficients to be estimated. Defaults to the unit vector (intercept). |
phy |
an object of class |
model |
the phylogenetic model used to correct for the phylogeny.
Must be one of "BM", "lambda", "OUfixedRoot", "OUrandomRoot" or "delta".
See |
measurement_error |
a logical value indicating whether there is measurement error.
Default to |
REML |
Use REML (default) or ML for estimating the parameters. |
ddf_method |
the method for the computation of the degrees of freedom of the t statistics (before moderation).
Default to |
... |
further parameters to be passed
to |
The transformed tree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.