VSI_Analysis/README.md
MAY 8b0a34c056 Beginning to work on R markdown.
Please note, "colortools" is not available on CRAN anymore.
2023-01-13 15:44:26 +01:00

40 lines
703 B
Markdown

# Virtual Surrounding Impression analysis
Version: 0.1b
## Changelog
*0.1b - 13th Jan 2023*
First working R version, translated from Python.
No grouping per interviewer.
## How to use the code
There are two ways:
a) running it standalone from R
b) use the UIB Tool to run it
Prepare the database so it contains the necessary fields and you're good to go.
## Accepted input files
Currently, it only works on CSV files that contain (at least) the following columns:
- ID (integer)
- VSI1 (see VSI documentation)
- VSI2 (see VSI documentation)
- VSI3 (see VSI documentation)
## What's here
There are two files:
- R file (original code to check things)
- Rmd file (makes a PDF report)