The document contains notes from an R training session in Japan. Key points include:
- The session covered basic R functions like q(), help(), sqrt(), log(), c(), and how to create vectors and matrices.
- More advanced topics included subsetting matrices using indices, reading in data from files using functions like read.csv() and read.delim(), and creating tables and summaries of data.
- Examples and practice problems were provided using toy data and matrices to help attendees learn how to use R for data analysis.