renaming to cut function to cut_var to distinct from the base-version - UI improvements - nice code formatting.

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-11 13:23:18 +02:00
commit 361296531e
No known key found for this signature in database
30 changed files with 1248 additions and 1686 deletions

View file

@ -98,12 +98,36 @@ c("continuous", "dichotomous", "ordinal", "categorical") |>
kableExtra::kable()
```
Export the plots directly from the sidebar with easily adjusted plot dimensions for your next publication.
Also copy the code to generate the plot in your own R-environment and fine tune all the small details.
## Regression
This section is only intended for very simple explorative analyses and as a proof-of-concept for now. If you are doing complex regression analyses you should probably just write the code yourself.
### Table
Generate simple regression models and get the results in a nice table. This will also be included in the exported report.
### Plots
Plot the coefficients from the regression models in a forest plot. Choose which model(s) to include.
### Checks
Check model assumptions visually. Supported checks can be chosen.
## Download
### Report
Download a nice report with baseline characteristics and regression model results. Choose between MS Word or LibreOffice format.
### Data
Export the modified dataset in different formats.
### Code
See all the code snippets from the different steps in your data evaluation.