Project

General

Profile

Firstwrkshnotes » History » Version 6

Corinna Gries, 03/10/2014 01:57 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 5 Corinna Gries
h1.Metrics brainstorming:
6 6 Corinna Gries
7 4 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 5 Corinna Gries
h2. Metrics
14 6 Corinna Gries
15 5 Corinna Gries
# *Diversity* (all of these are generally in R, mostly in vegan)
16
## Jaccard index
17
## Simpson's diversity 
18
## Shannons index
19
## Turnover - different ways to calculate
20
## Dominance 
21
## Evenness
22
## Richness
23
## Rank abundance shift
24
## Beta diversity
25
# *Community metrics/ordination*
26
## NMDS (vegan)
27
## PCA (vegan)
28
## Bray curtis (vegan)
29
## Variance tracking, quantify variability change
30
# *Spatial*
31
## patch scale 
32
## spatial autoregression
33
## meta community statistics
34
# *Mechanistic models*
35
## 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
36
## MANOVA (vegan? Also, permanova is in vegan)
37
## interaction population models - inter specific competition (Ben Bolker's book and corresponding package)
38
# *Food webs*
39
## connectance
40
## network analysis
41
# *Traits/phylogentic*
42
## species aggregation (functional groups, trophic levels
43
## phylogenetic dispersion (ape etc. -- this stuff is all in R)
44
## Native/exotic
45
# *Temporal indices*
46
## Variance ratio
47
## Mean-variance scaling
48
## Spectral analysis
49
## Regresssion windows (strucchange)
50
# *null models*
51 4 Corinna Gries
52 5 Corinna Gries
h2.Issues:
53 6 Corinna Gries
54 5 Corinna Gries
#length of time series relative to lifespan of organisms
55 4 Corinna Gries
    WMI toolbox
56
57 5 Corinna Gries
#high frequency data needed
58 4 Corinna Gries
    sample too frequently then don't see signal, sample to far about miss all dynamics
59
60 5 Corinna Gries
#type of variable being measured
61 4 Corinna Gries
    abundance, biomass, production
62
63
64
Rare species as background noise
65
rank abundance curves back again
66
Comparative analysis of small noise vs large noise systems. What drives differences?