VSI_Analysis/README.md

40 lines
703 B
Markdown
Raw Normal View History

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.
## 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)
## 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)