Data Science Lab Manual (R-Lab) Mca III Semester
Data Science Lab Manual (R-Lab) Mca III Semester
Hyderabad-500007.
Faculty of Informatics
Data Science Lab Record (R-Lab)
MCA III SEMESTER -2022
Sl.No Title Level
R -BASICS
1. Downloading, installing and setting path for R. Basic
2. Give an idea of R Data Types. Basic
3. R as a calculator: Perform some arithmetic Basic
operations in R.
4. Demonstrate the process of creating a user Basic
defined function in R.
5. Perform some logical operations in R. Basic
6. Write an R script to change the structure of a Basic
Data frame.
7. Write an R script to demonstrate loops. Basic
8. Write an R script to demonstrate conditional Basic
statements: if, if else, switch.
9. Write an R script to convert a vector to factors. Basic
10. Write an R script to expand a data frame. Basic
R- INTERMEDIATE
11. Write an R script to demonstrate R objects. Intermediate
12. Demonstrate the following aggregate functions Intermediate
in R: sum, mean, count, min, max.
13. Write an R script to read and write different Intermediate
files.
14. Write an R script to find subset of a dataset. Intermediate
15. Elucidate the process of data exploration in R Intermediate
using read(),summary(),nrow(),ncol(),str().
16. Write an R script to handle missing values in a Intermediate
dataset.
17. Write an R script to handle outliers. Intermediate
18. Write an R script to handle invalid values. Intermediate
19. Visualize iris dataset using mosaic plot. Intermediate