2023-01-13 11:51:56 +01:00
|
|
|
# Virtual Surrounding Impression analysis
|
|
|
|
|
|
|
|
Version: 0.1b
|
|
|
|
|
|
|
|
## Changelog
|
|
|
|
|
|
|
|
*0.1b - 13th Jan 2023*
|
|
|
|
|
|
|
|
First working R version, translated from Python.
|
|
|
|
No grouping per interviewer.
|
|
|
|
|
|
|
|
|
2023-01-13 15:44:26 +01:00
|
|
|
## 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:
|
2023-01-13 11:51:56 +01:00
|
|
|
- ID (integer)
|
|
|
|
- VSI1 (see VSI documentation)
|
|
|
|
- VSI2 (see VSI documentation)
|
|
|
|
- VSI3 (see VSI documentation)
|
|
|
|
|
|
|
|
|
2023-01-13 15:44:26 +01:00
|
|
|
|
|
|
|
## What's here
|
|
|
|
|
|
|
|
There are two files:
|
2023-01-13 11:51:56 +01:00
|
|
|
- R file (original code to check things)
|
|
|
|
- Rmd file (makes a PDF report)
|
|
|
|
|
|
|
|
|
2023-01-13 15:44:26 +01:00
|
|
|
|
|
|
|
|