June 2007
Beginner to intermediate
950 pages
27h 8m
English
R uses the following operator tokens:
| + - */%% ^ | arithmetic |
| >>= < <= == != | relational |
| !&| | logical |
| ~ | model formulae |
| <- -> | assignment |
| $ | list indexing (the ‘element name’ operator) |
| : | create a sequence |
Several of the operators have different meaning inside model formulae. Thus * indicates the main effects plus interaction, : indicates the interaction between two variables and ∧ means all interactions up to the indicated power (see p. 332).
Read now
Unlock full access