Description Usage Arguments References
View source: R/replicate_phyloMeta1.3.R
Replicate phylogenetic meta-analysis results and summaries from Lajeunesse (2011) software 'phyloMeta' 1.3. Currently does not fully replicate all functionality.
1 | replicate_phyloMeta1.3(model, weights, data, phylogenyFile)
|
model |
A two-sided linear formula object describing the model, with the response (effect sizes) on the left of a ~ operator and the moderator variables, separated by +, :, * operators, on the right. NOTE: phyloMeta was limited to analyses with a single moderator variable. This function currently supports only numerical categorical moderators. |
weights |
A vector of effect size variances that will be used as weights for the meta-analysis. |
data |
A data frame containing the variables named in model and weights and species names (names must be exact as specified in phylogeny). |
phylogenyFile |
A text file containing a NEWICK phylogeny. The number of species must be same as (k) number of effect sizes in data. |
Lajeunesse, M.J. (2011) phyloMeta: a program for phylogenetic comparative analyses with meta-analysis. Bioinformatics 27, 2603-2604.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.