Project

General

Profile

Firstwrkshnotes » History » Version 8

Corinna Gries, 03/10/2014 02:08 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
## Beta diversity
26
# *Community metrics/ordination*
27
## NMDS (vegan)
28
## PCA (vegan)
29
## Bray curtis (vegan)
30
## Variance tracking, quantify variability change
31
# *Spatial*
32
## patch scale 
33
## spatial autoregression
34
## meta community statistics
35
# *Mechanistic models*
36
## 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
37
## MANOVA (vegan? Also, permanova is in vegan)
38
## interaction population models - inter specific competition (Ben Bolker's book and corresponding package)
39
# *Food webs*
40
## connectance
41
## network analysis
42
# *Traits/phylogentic*
43
## species aggregation (functional groups, trophic levels
44
## phylogenetic dispersion (ape etc. -- this stuff is all in R)
45
## Native/exotic
46
# *Temporal indices*
47
## Variance ratio
48
## Mean-variance scaling
49
## Spectral analysis
50
## Regresssion windows (strucchange)
51
# *null models*
52 4 Corinna Gries
53 7 Corinna Gries
h2. Issues:
54 6 Corinna Gries
55 5 Corinna Gries
#length of time series relative to lifespan of organisms
56 4 Corinna Gries
    WMI toolbox
57
58 5 Corinna Gries
#high frequency data needed
59 4 Corinna Gries
    sample too frequently then don't see signal, sample to far about miss all dynamics
60
61 5 Corinna Gries
#type of variable being measured
62 4 Corinna Gries
    abundance, biomass, production
63
64
65
Rare species as background noise
66
rank abundance curves back again
67
Comparative analysis of small noise vs large noise systems. What drives differences?
68 8 Corinna Gries
69
h2. Coded in R
70
71
* Richness/diversity metrics: http://cran.r-project.org/web/packages/vegan/index.html
72
* Diversity metrics (alpha, beta, gamma): http://cran.r-project.org/web/packages/vegetarian/index.html
73
* Hubble metrics: http://cran.r-project.org/web/packages/untb/index.html
74
* Leading indicators, variance, autocorrelation, skew, heteroscedasticity: http://cran.at.r-project.org/web/packages/earlywarnings/index.html
75
76
not yet coded:
77
* state-space models and community level resilience