mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
renaming to cut function to cut_var to distinct from the base-version - UI improvements - nice code formatting.
This commit is contained in:
parent
8469a5ca64
commit
361296531e
30 changed files with 1248 additions and 1686 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue