Welcome 
This is the FreesearchR data analysis tool. We intend FreesearchR to be a free tool for easy data evaluation and analysis. If you need more advanced tools, start with FreesearchR and the you'll probably be better off using R or similar directly.
Here is a brief summary of the functions:
-
Import data from a spreadsheet/file on your machine, direct export from a REDCap server, sample data or data from a your local environment if run locally.
-
Data inspection and modification like modifying variables or creating new (categorical from numeric or time data, or completely new variables from the data)
-
Evaluate data using descriptive analyses methods and inspect cross-correlations
-
Create and export simple, clean plots for data overview and insights
-
Create regression simple models for even more advanced data analyses
-
Linear, dichotomous or ordinal logistic regression will be used depending on specified outcome variable
-
Plot regression analysis coefficients
-
Evaluate model assumptions
-
-
Export results
-
Descriptive and regression analyses results for MS Word or LibreOffice
-
Modified data with preserved metadata
-
Code to recreate all steps locally
-
The full project documentation is here where you'll find detailed description of the app and link to the source code! If you want to share feedback, please follow this link to a simple survey.
Choose your data source
REDCap server
Please fill in server address (URI) and API token, then press 'Connect'.
Data import parameters
Options here will show, when API and uri are typedPlease specify data to download, then press 'Import'.
Specify variables to include
Filter by completeness threshold:
Specify manually:
After importing, hit "Start" or navigate to the desired tab.
Overview and filtering
Below is a short summary table, on the right you can click to browse data and create data filters.
Subset, rename and convert variables
Below, are several options for simple data manipulation like update variables by renaming, creating new labels (for nicer tables in the report) and changing variable classes (numeric, factor/categorical etc.).
There are more advanced options to modify factor/categorical variables as well as create new factor from a continous variable or new variables with R code. At the bottom you can restore the original data.
Please note that data modifications are applied before any filtering.
Advanced data manipulation
Below options allow more advanced varaible manipulations.
Reorder the levels of factor/categorical variables.
Create factor/categorical variable from a continous variable (number/date/time).
Create a new variable/column based on an R-expression.
Compare modified data to original
Raw print of the original vs the modified data.
Reset to original imported dataset. Careful! There is no un-doing.
Report
Choose your favourite output file format for further work, and download, when the analyses are done.Download report
Data
Choose your favourite output data format to download the modified data.Download data
Code snippets
Below are the code bits used to create the final data set and the main analyses.
This can be used as a starting point for learning to code and for reproducibility.