calc_r2 | R Documentation |
This function calculates the R2 of a phylogenetic regression model. This value represents how much the predictors in the model explain (or predict) the variation in the response variable.
calc_r2(output_null, output_alt)
output_null |
A list outputted from the |
output_alt |
A list outputted from the |
This function returns the R2 value.
Kevin Surya
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.