
Master assigning variables in R by creating numeric and character objects, respecting case sensitivity, and avoiding overwriting existing variables, using = or <- and the assign() function.
Learn to manage your R workspace with getwd and setwd, inspect and remove objects using ls and rm, load data sets, and summarize them with summary.
Master basic operators in R, including variables and negative numbers, exponentiation, rounding, and common functions such as trig, inverse trig, logs, and factorial.
Master vectors as objects in R by creating numeric, character, and boolean vectors with c or ranges, inspect with class, subset using square brackets and 1:3, and perform elementwise arithmetic.
Explore matrices and matrix operations in R by binding data with cbind and rbind, assigning column and row names with paste, and merging data sets while handling missing data.
Develop scatter plots in R with the Cars 93 data set, add regression lines and correlation information, and use pairs and order to compare variables by mpg city.
Learn to handle missing data in R by loading data with read.table, detecting and replacing missing values, and using na.omit and complete.cases for valid analyses.
Learn to build and interpret linear models in R using lm and glm, inspect residuals and coefficients, assess R-squared and p-values, and visualize with multi-plot diagnostics and optional intercept adjustments.
Learn to debug functions in R by flagging and stepping through code with debug and browser tools, including examining a mean function and tracing errors in loops and conditionals.
This Learning R training course from Infinite Skills will teach you how to use R, a programming language used for statistical computing and graphics. This course is designed for beginners that have no previous R programming experience. You will require a fundamental understanding of statistics to get the most out of this course.
You will start by learning how to install and navigate R studio, then move into learning basic operations like statistical functions, matrix operations, and string functions. This course will show you how to plot, including scatter plots, probability plots, and plotting arguments. This video tutorial will cover working with data and data analysis, such as extracting model information, examining files and objects, and subsetting and indexing. You will also learn about conditional statements and user-defined functions, including how to write and de-bug functions. Finally, you will learn how to save different types of data.
Once you have completed this computer based training course, you will be fully capable of using R for developing statistical software and data analysis tools. Working files are included, allowing you to follow along with the author throughout the lessons.