mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@8469a5ca64 🚀
This commit is contained in:
parent
6d0fccae93
commit
9583e89dc4
5 changed files with 26 additions and 10 deletions
18
ROADMAP.html
18
ROADMAP.html
|
|
@ -39,12 +39,12 @@
|
|||
|
||||
<p>The current state of the app is considered experimental, and a lot of things are still changing. It is, however, in a usable state, with basic functions available to the user.</p>
|
||||
<p>Below are some (the actual list is quite long and growing) of the planned features and improvements:</p>
|
||||
<ul><li><p><label><input type="checkbox">Stratified analyses</label></p></li>
|
||||
<li>
|
||||
<p>Additional study designs:</p>
|
||||
<ul><li>
|
||||
<p>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):</p>
|
||||
<ul class="task-list"><li><p><label><input type="checkbox" checked>Cross-sectional data analyses</label></p></li>
|
||||
<li><p><label><input type="checkbox">Longitudinal data analyses</label></p></li>
|
||||
<li><p><label><input type="checkbox">Survival analysis</label></p></li>
|
||||
<li><p><label><input type="checkbox">Stratified analyses</label></p></li>
|
||||
</ul></li>
|
||||
<li>
|
||||
<p>More detailed variable browser</p>
|
||||
|
|
@ -53,11 +53,11 @@
|
|||
</ul></li>
|
||||
<li>
|
||||
<p>More output controls</p>
|
||||
<ul class="task-list"><li><p><label><input type="checkbox">Theming output tables</label></p></li>
|
||||
<li><p><label><input type="checkbox">Select analyses to include in report</label></p></li>
|
||||
<ul class="task-list"><li><p><label><input type="checkbox" checked><del>Theming output tables</del> The “JAMA” theme is the new standard.</label></p></li>
|
||||
<li><p><label><input type="checkbox" checked><del>Select analyses to include in report.</del> Includes characteristics table and regression table if present. No other analyses are intended for the report as of now.</label></p></li>
|
||||
</ul></li>
|
||||
<li><p><label><input type="checkbox" checked>Export modified data. 2025-01-16</label></p></li>
|
||||
<li><p><label><input type="checkbox">Include reproducible code for all steps (maybe not all, but most steps, and the final dataset can be exported)</label></p></li>
|
||||
<li><p><label><input type="checkbox" checked>Include reproducible code for all steps (maybe not all, but most steps, and the final dataset can be exported) 2025-04-10</label></p></li>
|
||||
<li><p><label><input type="checkbox" checked><del>Modify factor levels</del> Factor level modifications is possible through converting factors to numeric > cutting numeric with desired fixed values. 2024-12-12</label></p></li>
|
||||
<li><p><label><input type="checkbox" checked>More options for date/datetime/time grouping/factoring. Included weekday and month-only options. 2024-12-12</label></p></li>
|
||||
<li>
|
||||
|
|
@ -66,6 +66,12 @@
|
|||
<li><p><label><input type="checkbox" checked>Grotta bars for ordianl outcomes (and sankey) 2025-3-17</label></p></li>
|
||||
<li><p><label><input type="checkbox" checked>Coefficient plotting for regression analyses (forest plot) 2025-2-20</label></p></li>
|
||||
</ul></li>
|
||||
</ul><p>Documentation:</p>
|
||||
<ul class="task-list"><li><p><label><input type="checkbox">Complete getting started page describing all functionality.</label></p></li>
|
||||
<li><p><label><input type="checkbox">Streamlined functions documentation</label></p></li>
|
||||
</ul><p>New features:</p>
|
||||
<ul class="task-list"><li><p><label><input type="checkbox">Merge data from multiple sources (this would in itself be a great feature, but not of highest importance)</label></p></li>
|
||||
<li><p><label><input type="checkbox">Additional plot types (missingness, <em>others…</em>)</label></p></li>
|
||||
</ul></div>
|
||||
|
||||
</main></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue