[go: up one dir, main page]

Skip to content

Commit

Permalink
Added results of R2 calculation for species richness model
Browse files Browse the repository at this point in the history
  • Loading branch information
timnewbold committed Nov 26, 2019
1 parent 63460e7 commit 4adab86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 1StatisticalModels/WorkshopExercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,11 @@ Now let's see how much of the variation in species richness is explained by the

```R
R2GLMER(model=richModelSelect$model)
# $conditional
# [1] 0.5885302
#
# $marginal
# [1] 0.005972607
```

As with the model of total community abundance, a relatively high proportion of variation in species richness is explained by the random and fixed effects togther, but a very small proportion is explained by the fixed effects alone.
Expand Down

0 comments on commit 4adab86

Please sign in to comment.