commit 899f5e04f73fa35d1e580eae8b03f0ee424d8a13 Author: MAY Date: Fri Jan 13 11:51:56 2023 +0100 Moving to GIT diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc00c4b --- /dev/null +++ b/README.md @@ -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) + +