mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
This commit is contained in:
parent
347490605f
commit
8469a5ca64
13 changed files with 1123 additions and 273 deletions
24
ROADMAP.md
24
ROADMAP.md
|
|
@ -4,15 +4,15 @@ The current state of the app is considered experimental, and a lot of things are
|
|||
|
||||
Below are some (the actual list is quite long and growing) of the planned features and improvements:
|
||||
|
||||
- [ ] Stratified analyses
|
||||
|
||||
- Additional study designs:
|
||||
- Additional study designs in regression models (expansion of the regression analysis functionality have been put on hold for now to focus on the more basic use-cases):
|
||||
|
||||
- [x] Cross-sectional data analyses
|
||||
|
||||
- [ ] Longitudinal data analyses
|
||||
|
||||
- [ ] Survival analysis
|
||||
|
||||
- [ ] Stratified analyses
|
||||
|
||||
- More detailed variable browser
|
||||
|
||||
|
|
@ -22,13 +22,13 @@ Below are some (the actual list is quite long and growing) of the planned featur
|
|||
|
||||
- More output controls
|
||||
|
||||
- [ ] Theming output tables
|
||||
- [x] ~~Theming output tables~~ The "JAMA" theme is the new standard.
|
||||
|
||||
- [ ] Select analyses to include in report
|
||||
- [x] ~~Select analyses to include in report.~~ Includes characteristics table and regression table if present. No other analyses are intended for the report as of now.
|
||||
|
||||
- [x] Export modified data. 2025-01-16
|
||||
|
||||
- [ ] Include reproducible code for all steps (maybe not all, but most steps, and the final dataset can be exported)
|
||||
- [x] Include reproducible code for all steps (maybe not all, but most steps, and the final dataset can be exported) 2025-04-10
|
||||
|
||||
- [x] ~~Modify factor levels~~ Factor level modifications is possible through converting factors to numeric > cutting numeric with desired fixed values. 2024-12-12
|
||||
|
||||
|
|
@ -41,3 +41,15 @@ Below are some (the actual list is quite long and growing) of the planned featur
|
|||
- [x] Grotta bars for ordianl outcomes (and sankey) 2025-3-17
|
||||
|
||||
- [x] Coefficient plotting for regression analyses (forest plot) 2025-2-20
|
||||
|
||||
Documentation:
|
||||
|
||||
- [ ] Complete getting started page describing all functionality.
|
||||
|
||||
- [ ] Streamlined functions documentation
|
||||
|
||||
New features:
|
||||
|
||||
- [ ] Merge data from multiple sources (this would in itself be a great feature, but not of highest importance)
|
||||
|
||||
- [ ] Additional plot types (missingness, *others...*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue