Do You Want To Learn R ?
Dear R users,
If you prefer to learn R with video, we have compiled a list of basic R tutorials that will show your way through R from scratch. The content of this course is thought through in great detail, giving due consideration to essential concepts that beginners must be introduced to. Eventually, we refined the content over and over until we got a balanced content that is not too verbose, yet succeeds in delivering the core of concepts. This is structured to overcome the common roadblocks our students and non-programmer colleagues faced so that the doubts and questions you have gets addressed at some point during the course. So take this course completely end to end, Twice if possible.
The videos are of decent quality and the explanations are straight forward making it very easy for beginners to grasp. The best part is this course is absolutely FREE. So dont waste your time anymore looking for ‘The Course’ because this is it. Lets get to action.
Subscribe to our Youtube channel to get notified for more updates.
R Tutorials For Beginners (from scratch)
Time to complete: 2 Hours 18 min
Intended Audience: Beginners using R, Non-programmer Data scientists.
- Installing R
- R’s Interface – How to get your way around R
- Basic Math Operations
- Variables and Data Types
- Introduction to Vectors
- Set up your work directory.. et al
- Create special vector sequences – part 1
- Create special vector sequences – part 2
- Random Numbers
- More on vectors + find and remove missing values
- Get specific items from vector using ‘which’ operator
- Converting one variable type to another
- Introduction to Lists
- Set operations – part 1
- Set operations – part 2
- Special conditionals and common mistakes with If-Else statements
- For-Loops
- Dataframes – part 1
- Dataframes – part 2
- Getting specific items in dataframes using which()
- Binning data
- Counts tables – part 1
- Counts tables – part 2
- Read and write data – part 1/3
- Read and write data – part 2/3
- Read and write data – improving import efficiency – part 3/3
- Built-in dataframes
- More useful dataframes operations
- Practice exercise 1 (with solutions)
- Practice exercise 2 (with solutions)
- Practice exercise 3 (with solutions)
- Dates
- Practice exercise 4 (dates)
- Dates operations with R (POSIXlt)
- Writing functions
- Tips to write neat and awesome functions
- Debugging code (Comprehensive)