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
|
|
@ -59,12 +59,20 @@ This will unfold options to preview your data dictionary (the main database meta
|
|||
|
||||
### Local or sample data
|
||||
|
||||
When opening the online hosted app, this is mainly for testing purposes. When running the app locally from *R* on your own computer, you will find all data.frames in the current environment here. This extends the possible uses of this app to allow for quick and easy data insights and code generation for basic plotting to fine tune.
|
||||
|
||||
## Evaluate
|
||||
|
||||
### Baseline
|
||||
This panel allows for basic data evaluation.
|
||||
|
||||
### Characteristics
|
||||
|
||||
Create a classical baseline characteristics table with optional data stratification and comparisons.
|
||||
|
||||
### Correlation matrix
|
||||
|
||||
Visualise variable correlations and get suggestions to exclude highly correlated variables.
|
||||
|
||||
## Visuals
|
||||
|
||||
There are a number of plotting options to visualise different aspects of the data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue