Join GMOS-Train Training Course “Statistical data analysis with the scripting language R”, February 14th-18th 2022, by Dr. Armin Aulinger
1 Part one
1.1 Creating and handling data in R
• variables, arrays and matrices
• mathematical operations
• reading external data (csv, Excel)
• simple plots
1.2 General programming concepts
• loops (for, while, repeat)
• branching with “if” and conditional expressions
• functions in R
1.3 Simple statistics
• mean, median
• distributions (normal, log-normal)
• standard deviation
1.4 Testing
• Student’s t-test
• F-test
• non-parametric tests
2 Part two
2.1 Linear correlation
• Pearson’s correlation coefficient
• testing
• non-parametric
2.2 Timeseries
• Filtering
• Time series decomposition
• Auto correlation
2.3 Analysis of variance ANOVA
2.4 Principal Components Analysis PCA