Project

General

Profile

Firstwrkshnotes » History » Version 9

Corinna Gries, 03/10/2014 02:16 PM

1 1 Corinna Gries
h1. Workshop Notes
2
3 3 Corinna Gries
are on etherpad: https://epad.nceas.ucsb.edu/p/commdyn-20140105
4 4 Corinna Gries
5 7 Corinna Gries
h1. Metrics brainstorming:
6 6 Corinna Gries
7 7 Corinna Gries
* what are you currently using
8
* what would you like to use
9
* how widely is it used
10
* can it be applied to different biological community datasets (sampling approach)
11
* is it already coded {in R}
12 1 Corinna Gries
13 8 Corinna Gries
14 5 Corinna Gries
h2. Metrics
15 6 Corinna Gries
16 5 Corinna Gries
# *Diversity* (all of these are generally in R, mostly in vegan)
17
## Jaccard index
18
## Simpson's diversity 
19
## Shannons index
20
## Turnover - different ways to calculate
21
## Dominance 
22
## Evenness
23
## Richness
24
## Rank abundance shift
25 9 Corinna Gries
## Proportion of overall diversity
26 5 Corinna Gries
## Beta diversity
27
# *Community metrics/ordination*
28
## NMDS (vegan)
29
## PCA (vegan)
30
## Bray curtis (vegan)
31
## Variance tracking, quantify variability change
32 9 Corinna Gries
## Position in ordination-space
33 5 Corinna Gries
# *Spatial*
34
## patch scale 
35
## spatial autoregression
36 9 Corinna Gries
## Endemism
37
## Summary of species' positions within their ranges
38 5 Corinna Gries
## meta community statistics
39
# *Mechanistic models*
40
## MAR, needs driver matrix, problem auto-corelation, mostly fresh water or marine (Eli Holmes has state-space MAR in R implemented, not sure if it's on CRAN)   http://cran.r-project.org/web/packages/MARSS/index.html
41
## MANOVA (vegan? Also, permanova is in vegan)
42 9 Corinna Gries
## Ecosystem function (e.g. N deposition)
43 5 Corinna Gries
## interaction population models - inter specific competition (Ben Bolker's book and corresponding package)
44 9 Corinna Gries
## Economically/legally relevant metrics (e.g. Maximum sustainable yield)
45 5 Corinna Gries
# *Food webs*
46
## connectance
47
## network analysis
48
# *Traits/phylogentic*
49 9 Corinna Gries
## functional/phylogenetic diversity
50 1 Corinna Gries
## species aggregation (functional groups, trophic levels
51 9 Corinna Gries
## phylogenetic dispersion
52 1 Corinna Gries
## Native/exotic
53 9 Corinna Gries
## Phylogeographic history
54 1 Corinna Gries
# *Temporal indices*
55 9 Corinna Gries
## species turnover
56
## rate of return
57 4 Corinna Gries
## Variance ratio
58
## Mean-variance scaling
59 5 Corinna Gries
## Spectral analysis
60 1 Corinna Gries
## Regresssion windows (strucchange)
61 9 Corinna Gries
## time series models of abundance -- metric would be parameters of model
62 1 Corinna Gries
# *null models*
63 9 Corinna Gries
# *Comparative analysis of small noise vs large noise systems. What drives differences?*
64 5 Corinna Gries
65 1 Corinna Gries
h2. Issues:
66
67
#length of time series relative to lifespan of organisms
68 9 Corinna Gries
> WMI toolbox
69 4 Corinna Gries
#high frequency data needed
70 9 Corinna Gries
> sample too frequently then don't see signal, sample to far about miss all dynamics
71 4 Corinna Gries
#type of variable being measured
72 9 Corinna Gries
> abundance, biomass, production
73
# Rare species as background noise
74 8 Corinna Gries
75
76
h2. Coded in R
77
78
* Richness/diversity metrics: http://cran.r-project.org/web/packages/vegan/index.html
79
* Diversity metrics (alpha, beta, gamma): http://cran.r-project.org/web/packages/vegetarian/index.html
80
* Hubble metrics: http://cran.r-project.org/web/packages/untb/index.html
81
* Leading indicators, variance, autocorrelation, skew, heteroscedasticity: http://cran.at.r-project.org/web/packages/earlywarnings/index.html
82
83
not yet coded:
84 1 Corinna Gries
* state-space models and community level resilience