Assignment Summary
In this assignment, you will create an executive summary based on a set of data provided by your instructor. You will begin by writing and executing an R script in order to gather the information required to complete your report. Then you will write an Executive Summary specified in the rest of the assignment.
There are two aspects of this assignment as follows:
A. Provide an analysis of descriptive characteristics of the data provided by your instructor as instructed in the Dataset Instruction document. Include R console screen shots to support your observations and conclusions.
B. Finally, provide a clear two to three sentence paragraph summary of the key points that you want the audience to walk away with regarding your work. You should include discussions regarding the topics in this module such as data types found in the data set, and the types of statistics and visual displays that may be useful in analyzing the data (based on the data types). This summary should present accurate analysis and be supported by the data presented in the rest of the report.
What to submit :
Key findings about the data based on the Dataset Instruction document. Include
the following:
a. A scatter plot of the Sales ~ temp data
b. The mean temperature
c. Display the data after steps 6 and 7
d. Display the names vector
e. Display the 5 row by 2 column of 10 integers
f. Display the icSales data frame
g. Display the summary of the icSales data frame
h. Display the variables only from the Student.csv data set.
i. A summary of the information you learned about the data sets based on the instructions you followed.
Appendix: The R Script you wrote and executed. (the screenshot of Rstudio)
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme