Based on the following data:
| Participant | Condition | RT |
|---|---|---|
| 1 | 1 | 0.10 |
| 1 | 1 | |
| 1 | 2 | 0.48 |
| 2 | 1 | 1.2 |
| 2 | 2 | |
| 2 | 2 | 0.58 |
What is the appropriate code to count the values which are greater than 0 based on the term:
Participant == 1 and Condition == 1
The answer Should be: N = 1 noting that an empty slot is not considered
Looking forward to your reply with gratitude, Avishai