Notes on the use of R for psychology experiments and questionnaires

2 A few useful concepts and commands 2 2.1 Concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2.2 Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2.2.1 Getting help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2.2.2 Installing packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.2.3 Assignment, logic, and arithmetic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.2.4 Vectors, matrices, lists, arrays, and data frames . . . . . . . . . . . . . . . . . . . . . . . . . 4 2.2.5 String functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2.6 Loading and saving . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2.7 Dealing with objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.2.8 Summaries and calculations by row, column, or group . . . . . . . . . . . . . . . . . . . . . 6 2.2.9 Functions and debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6