daijiang / phyr

Functions for phylogenetic analyses
https://daijiang.github.io/phyr/
GNU General Public License v3.0
30 stars 10 forks source link

Extracting random effect values #69

Open GitTFJ opened 3 years ago

GitTFJ commented 3 years ago

In other mixed modelling packages, you can extract the random effect values e.g. mod = lmer(y~x + (1|species)); coef(mod)$species

Or similarly, see here

Is there a way to extract these values in phyr?