Imagine you have collected some data, but you only want to analyze a subset of those. For example, you have conducted a consumer test and you want to keep only the consumers that scored higher than four in the hedonic question. It is possible to filter your data once before the analysis by using the function "Data Query" in EyeOpenR.
1. Open EyeOpenR: Data> EyeOpenR logo.
2. Choose a method and click the arrow on the right to move forward until the Visualization & Selection section.
3. In the Visualization & Selection section, you can filter your data based on the criteria that you want.
You can do that by clicking on Data Query. Select the question that you want to filter (e.g. Q3) and apply the criteria that you want (e.g. >4).
Here you find some example Querys:
Select only the data where the selected attribute is equal to 1 |
==1 |
Select only the data where the selected attribute is equal to "Demo Text" |
=="Demo Text" |
Select only the data where the selected attribute is greater than 10 |
>10 |
Select only the data where the selected attribute is smaller than 10 |
<10 |
Select only the data where the selected attribute is greater than 10 and smaller than 90 |
>10, AND <90 |
Select only the data where the selected attribute is greater than 10 or 5 |
>10, OR ==5
|
NOTE: When you combine queries on multiple attributes these are combined as 'OR'. They are not combined as 'AND'.
For example, if you select the following queries:
- Q1 == 1
- Q2 >10
Only the data is selected where Q1 is equal to 1 OR Q2 is greater than 10.
4. You can then run the analysis based on your needs. If you want to have the filtered data on an Excel file you can download it in the Results section by clicking on the Excel icon on the right. The filtered dataset can be found in the Data_Query Excel sheet.