Description Usage Arguments Value Examples
Complete TDA power analyis
1 2 |
value |
vector of values (concentration, BIBI, etc.) |
year |
vector of years - if multiple values for same year, values are averaged (arithmetically) |
site |
vector of sites |
trend.magnitude.threshold |
absolute value of ecologically meaningful trend magnitude. if not provided, defaults to 10 percent of average value |
power |
1-B - defaults to 0.8 |
power.simulation |
how many permutations to run to calculate power - default to 1000 |
A tibble of trends and power.
1 2 3 | data(all_bibi_data)
tmp<-subset(all_bibi_data,Site %in% c('08BEA3312','08BEA3321'))
TDA_Kendall(tmp$`Overall Score`,tmp$Year,tmp$Sites,0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.