Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CSCI N317 Lab 5 R Data Processing Find a large data set that is of your interest. They are plenty of public datasets available on

CSCI N317 Lab 5 R Data Processing Find a large data set that is of your interest. They are plenty of public datasets available on the web. You can find a set of links in the file PublicDataSets.docx under Files -> SupplementaryMaterials. Create an R program to perform a task or a set of tasks of your choice using this data set. Your program must meet the following requirements. 1. Have comments that a. describes the task(s) b. states the author of the program and the date that the program was written or completed c. describes the purpose for each code block 2. Import the dataset into R, from a local file on your computer or from a web link. Your data set must have more than 3000 rows. 3. Create user defined function(s) to process data. 4. New column(s) must be generated using original data and be added to the original dataset, e.g. if your data has a Price column and a Quantity column, you can create another column called Income whose values are generated through price * quantity. Your new column(s) doesnt have to have values in every cell. 5. Your task(s) must make sense. 6. Program runs and generates correct data in the new column(s). 7. Export the new data set into the original data format. E.g. if your original data set is in a file called myData.xlsx, your new data file that contains original data plus the new column(s) will still be saved as .xlsx file, e.g. newData.xlsx. 8. Zip up the folder with your script files, the original data file and the exported data file. Your code must be self-contained, i.e. the folder can be placed on any computer and run successfully. Name the zip file as lastname_lab5.zip and submit this zip file to Canvas.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

PostgreSQL Up And Running A Practical Guide To The Advanced Open Source Database

Authors: Regina Obe, Leo Hsu

3rd Edition

1491963417, 978-1491963418

More Books

Students also viewed these Databases questions

Question

Differentiate between hard and soft measures of service quality.

Answered: 1 week ago

Question

Be familiar with the different perspectives of service quality.

Answered: 1 week ago

Question

Describe key customer feedback collection tools.

Answered: 1 week ago