This document is a completed Module One project for Northeastern University’s Introduction to Data Analytics (ALY 6000) course, submitted by student Chirag Malik. It demonstrates initial proficiency in the R programming language.
This assignment is valuable for students enrolled in ALY 6000 as a record of completed work and a potential reference for understanding basic R commands. It’s also useful for instructors assessing student understanding of foundational concepts.
This project focuses on introductory R tasks and does *not* cover advanced statistical modeling, data visualization techniques beyond basic plots, or real-world data analysis scenarios. It serves as a starting point, and further learning is required to master data analytics.
This document provides code examples and outputs for tasks including printing text, creating scatter plots from age and salary data, calculating means and medians, modifying data vectors, creating character vectors, and building matrices and data frames. It also includes a demonstration of reading column names from a CSV file. This preview does *not* include the full R script or detailed explanations of every command’s functionality.