26 lines
494 B
Markdown
26 lines
494 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.
|
||
|
|
||
|
## What's here
|
||
|
|
||
|
This is a script that opens a database containing (at least) following columns:
|
||
|
- ID (integer)
|
||
|
- VSI1 (see VSI documentation)
|
||
|
- VSI2 (see VSI documentation)
|
||
|
- VSI3 (see VSI documentation)
|
||
|
|
||
|
|
||
|
This script is made by two files:
|
||
|
- R file (original code to check things)
|
||
|
- Rmd file (makes a PDF report)
|
||
|
|
||
|
|