Lesson 11 of 16 • 2 upvotes • 9:10mins
In this lesson, you'll learn how to use lapply() and sapply(), the two most important members of R's *apply family of functions, also known as loop functions. These powerful functions, along with their close relatives (vapply() and tapply(), among others) offer a concise and convenient means of implementing the Split-Apply-Combine strategy for data analysis.Each of the *apply functions will SPLIT up some data into smaller pieces, APPLY a function to each piece, then COMBINE the results.
16 lessons • 2h 26m
Course Overview (in Hindi)
5:00mins
Basic Building Blocks (in Hindi)
13:18mins
Workspace and Files (in Hindi)
8:48mins
Sequences and Numbers (in Hindi)
7:00mins
Vectors (in Hindi)
11:00mins
Missing Values (in Hindi)
7:14mins
Subsetting Vectors
9:02mins
Matrices and Data Frames (in Hindi)
8:09mins
Logic (in Hindi)
9:55mins
Functions (in Hindi)
10:28mins
Lapply and Sapply (in Hindi)
9:10mins
Vapply and Tapply (in Hindi)
7:11mins
Looking at Data (in Hindi)
8:10mins
Simulation (in Hindi)
12:02mins
Date and Time (in Hindi)
8:27mins
Base Graphics (in Hindi)
11:37mins