Moving to GIT

This commit is contained in:
May Doušak 2023-01-13 11:51:56 +01:00
commit 899f5e04f7

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# 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)