Browse Source

Initial Commit

Ioannis Agtzidis 3 years ago
parent
commit
166a877520
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -10,11 +10,11 @@ an easier handling of the survey responses.
    provided in the CSV files and each row represents one questionnaire. The
    first column holds the questionnaire ID and the subsequent columns hold the
    question responses, in their respective order, with a value of -1 representing
-   and empty response. The numbers starting from 1 represent the participant's
+   an empty response. The numbers starting from 1 represent the participant's
    choice for the given question as provided in the *_choices.txt* files. 
     
  - The *matlab_octave_code* folder contains the functionality that is needed in
-   order to load the survey data in Matlab/Octave. The functions starting with
+   order to load the survey data in Matlab or Octave. The functions starting with
    *Plot*, as the name denotes, are used for plotting the correlation between
    different questions. Of course this is not the only analysis that can be
    performed with the data, but it is provided as a representative example.