R#
The following set of courses discuss R. The details for each of the courses can be found on their respective pages.
Introduction to R Self Study Notes#
Clickable Link to Self Study Notes
The course introduces students to using RStudio for writing scripts and executing R commands, emphasizing the importance of various data types and object structures for effective data storage. Participants will learn how to read, manipulate, and save data, visualize it through commonly used figures, and perform basic inferential statistical tests. Additionally, the course covers fundamental programming terminology and concepts, such as variables, functions, and for loops, which are transferable to other programming languages.
Regression Analysis with R Self Study Notes#
Clickable Link to Self Study Notes
The course provides a thorough understanding of regression analysis, including the types of questions it can address and the principles behind different regression models. Students will learn to fit both linear and logistic regression models with multiple predictor variables, as well as extract and summarize results from a variety of regression analyses. Additionally, the course emphasizes designing regression models that are tailored to specific research questions, ensuring that students can apply these techniques effectively in their own studies.
Advanced Regression Analysis with R Self Study Notes#
Clickable Link to Self Study Notes
The course equips students to use regression analysis to address a wide range of research questions, including fitting models with interactions between predictor variables and multi-level regression models. Participants will learn to extract and summarize results from various regression models, ensuring they can effectively interpret and communicate their findings. Additionally, the course emphasizes designing regression models tailored to specific research questions, enabling students to apply these techniques accurately in their own studies.
Working With Data in R Self Study Notes#
Clickable Link to Self Study Notes
The course introduces the principles of the ‘tidy’ data format, a widely recognized convention for structuring data, and teaches how to read tabular data from files into dataframes. Students will learn to manipulate datasets by creating new variables, filtering, summarizing, sorting, joining multiple datasets, and reshaping data, as well as working with strings and dates when time permits. Additionally, the course provides hands-on experience with R notebooks for conducting and documenting data analysis effectively.