Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to incorporate blocks or strata into the mob delta analysis #129

Open
dmcglinn opened this issue Feb 15, 2017 · 3 comments
Open

How to incorporate blocks or strata into the mob delta analysis #129

dmcglinn opened this issue Feb 15, 2017 · 3 comments

Comments

@dmcglinn
Copy link
Member

Currently in the delta analysis all of the plots in a given treatment are as part of the same "population" but many times in experimental designs there are blocks that the investigator would like to be able to control for when carrying out the analysis of the treatment effect. This same problem also occurs in analyses of time series such as in the Portal dataset in which there are many plots in the same treatment that each have been sampled through time. If one is only interested in temporal (rather than spatial) patterns of species accumulation then a method is needed to be able to average across the individual quadrat results for both the observed and null deviations.

My feeling is that the way we want to approach this is to estimate the treatment level curve by averaging the separate block specific curves, but in practice this may be difficult to implement because some blocks may have small sample sizes (individuals or samples) and because all of how our null models are conducted. Let's use this thread to brainstorm how to best implement these analyses

@rueuntal
Copy link
Contributor

I'm no expert in experiment design so this could be completely out of the line - would be problematic if plots within a block are simply lumped?

@dmcglinn
Copy link
Member Author

dmcglinn commented Feb 15, 2017 via email

@dmcglinn
Copy link
Member Author

For the boxplot analysis where we use permutation based significance tests we could using the permute package to allow for permutations within strata:

plots = Plots(strata = gl(3, 4))
CTRL = how(plots = plots, within = Within(type = 'free'))
shuffle(3 * 4, CTRL)

@dmcglinn dmcglinn mentioned this issue Sep 16, 2020
29 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants