Basic Arithmetic and Variables
Practice simple arithmetic operations in R and understand how to store values in variables.
1
Introduction to Arithmetic in R
R can be used as a simple calculator to perform arithmetic operations.

2
Basic Arithmetic Operations
R supports common mathematical operations:
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Exponentiation (^)
- Modulo (%%)
All lessons in this course
- Getting Started with RStudio
- Basic Arithmetic and Variables
- Workspaces and Projects