Introduction to data frame(Assignment 3)
Greetings Professor,
In this assignment 3, I combined the 2 data containers (ABC and CBS) into one data frame and calculated the 'mean function'. By using the 'cbind' function, I have combined the 2 data containers into one data frame. And also by using the mean function called 'colMeans()', I have calculated the mean of (ABC, CBS). And this 'data frame' is done successfully by using RStudio. I am attaching the results below professor.
This is my GitHub repository link :
https://github.com/Jahnavi193/Assignment-3#assignment-3
Thank you.
Comments
Post a Comment