Learn how to write your first r program, the classic ‘Hello, World’ print statement. You’ll learn how to create a variable name, assign or store a string value to that variable, and use the print function to print out the …
It’s really important to know your main r data types so you can check what kind of values you’re working with when modeling data, or when casting it as a certain data type. Learn how to check numeric data types …
Like how the previous video only focused on the different data types you can come across, part three of the Beginning R Programming series will focus solely on variables. You’ll learn how to create variables to easily store data values, …
R operators are not only useful for doing calculations on data but can also be used to compare values or set up conditions for values. Learn the 3 main types of operators: arithmetic, rational, and logical.
It goes without saying that in data science you will often be reading in and writing out data in R. Learn how to read a data file as a data frame and write out a data frame to a file. …
A Data frame, commonly known as a table, is one of the main objects in R that you will often use when working with data. Learn how to access a data frame’s rows and columns, and look up the structure …
Learn how to create a vector of values, access a specific element or elements within a vector, apply conditions to vector values, get the length of a vector, and more ways to work with vectors.
When working with categorical data or categories, it’s useful to treat these as factor levels. Learn how to cast character strings or numbers as factors so that they are treated as categories.
R is loaded with pre-built functions to help you carry out routine data science tasks. Whether it’s data manipulation, modeling, or doing calculations, there’s likely a package containing a collection of pre-built functions to help you implement a task. …
Control statements allow us to control the flow of a program. We make use of the for loop, if and else statement to loop through data values, check if they meet a condition, and assign a string text label to …
Are you passionate about crafting the best data science tutorials on the Internet?
Data Science Dojo is actively building a community of experts just like you. If you would like to join us, please submit your data science video tutorial today!