-
Notifications
You must be signed in to change notification settings - Fork 2
Team 3 (simulations) Workflow outline
Sean edited this page Mar 18, 2015
·
3 revisions
- Choose broad type of problem (1 of Power analysis, Performance Analysis, Null Models, [maybe abc])
- Gather information from user input (both species and markers system)
- Based on 1 and 2 offer advice on the best simulator
- With user input, gather parameter values by:
- querying the user (text or shiny)
- querying an uploaded dataset
- Special parameter: the simulation summary functions required to address the problem above
- construct the actual simulation inputs (no user input)
- run for 2 minutes, give progress report. If user approves, start simulation reps
- analyze simulation rep with the simulation summary functions outlined above, based on a parameter choice, save the simulations or discard them
- assemble the summaries of the simulation reps into a 2 element list
- collection of the parameters driving the simulations (probably a data frame)
- collection of the output summary statistics (almost certainly a data frame)
- Summarize the data frame assembled in step 8. The summary function will depend on choices in step 1. At a minimum, we will summarize power analyses, performance analyses, and null models.