-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
All functions that perform statistical tests (we will also have plotting functions in the future) should follow the same structure:
- Check input: verify that the input data is in the correct format.
- Extract data: output data as a long-formatted table.
- Run analysis: perform the statistical test.
- Wrangle output: format results consistently (details to be agreed in the future).
- Output results: return results in a standard format.
- Add results to
(Tree)SE: inadd*functions, add the results to the appropriate slot (to be decided).
By using the same structure, we avoid extra work and keep things as simple as possible. This also ensures that new tests are easy to implement in the future.
Each of the steps above will be discussed in separate issues.
Metadata
Metadata
Assignees
Labels
No labels