Final Project (R programming)

Use any techniques (correlation, regression, machine learning, deep learning, etc.) to answer the following two questions:

·  What factors significantly impact the amount of wines (AmountWines)?

o  Due date: Monday 12/13/2021 11:59pm CT

o  Data: Canvas-assignment-Final Project

o  Submit your codes via Canvas-assignment-Final Project

o  Submission format: r.script and Single Excel summary output

You must follow below steps. Otherwise, your code won’t work on my machine

§  Manually set your working directory (from toolbar – Session), DO NOT hardcode the file path.

§  Only use the following code to read data from your local drive

data_independent  <- read.csv(file = 'data - for student - independent variables.csv')

data_dependent <- read.csv(file = 'data - for student - dependent variable.csv')

y <- data_dependent$AmountWines

§  Enter your name, such as:

first_name<-'Yan'

last_name<-'Lang'

§  Assign “new_data”, lower-case, to represent all independent variables you decided to use

§  Assign “model”, to represent your model’s name

§  Assign “preds”, lower-case, to represent your y-predictions based on the results of your model. If your data has 1500 rows, then you should see 1500 rows of predictions.

§  write below code after calculating your predictions

rmse<- sqrt(mean((y - preds)^2))

§  Combine, “first_name”, “last_name”, and “rmse” as one single csv output file, name the csv file as: finaloutput

§  At the end of your scripts, write the following code (this is for TA, when testing your code, don’t run those lines.)

source(“predictdata.R”)

·  What are your business suggestions/recommendations to the CEO?

o  Due date: Monday 12/13/2021 11:59pm CT

o  Submit your file via Canvas-assignment-Final Project

o  Submission format: Single Word file

§  Data visualization

§  Executive summary reports

§  etc.

Exp19_Excel_Ch02_Cap_Appliances

#Exp19_Excel_Ch02_Cap_Appliances

 #Exp19 Excel Ch02 Cap Appliances

 #Excel Chapter 2 Capstone – Appliances

  

Project Description:

You are an account manager for W.C. Hicks Appliances, a local appliance store that also provides financing, delivery, and installation. As part of your daily tasks, you create an excel workbook that reports sales, pay-ment plan information, and summary statistics.

     

Start Excel. Download and open the file named Exp19_Excel_Ch02_Cap_Appliances.xlsx. Grader has automatically added   your last name to the beginning of the filename.

 

Insert a function in   cell B2 to display the current date and format as a Long Date.

 

Autofit the width of   column B.

 

Insert a function in cell C5 to display   the item named based on the provided inventory lookup information. Copy the   function from cell C5 down through C13 to complete column C.

 

AutoFit the width of   column C.

 

Insert a function in   cell E5 to display the item price based on the provided inventory lookup   information. Copy the function from cell E5 down through E13 to complete   column E.

 

Apply Currency Number   Format with two decimal places to column E.

 

Insert an IF function   in cell F5 to calculate the total due. If the customer has chosen home   delivery, there is an additional delivery charge located in cell B25. Be sure   to use appropriate relative and absolute cell references.

 

Copy the function   from cell F5 down through F13 to complete column F and apply Currency Number   Format with two decimal places to column F.

 

Insert the function   in cell H5 to calculate the first customer’s monthly payment, using   appropriate relative and absolute cell references. Ensure the result is a   positive number. Copy the formula down to complete column H.

 

Insert a function in cell H14 to calculate   the total of all monthly payments in column H and apply Currency Number   Format with two decimal places to column H.

 

Insert a function in   cell H18 to calculate the total number of orders based on entries in column   A.

 

Insert a function in   cell H19 to calculate the lowest monthly payment in column H. 

 

Insert a function in   cell H20 to calculate the average monthly payment in column H. 

 

Insert a function in   cell H21 to calculate the highest monthly payment in column H. 

 

Insert a function in   cell H22 to calculate the median monthly payment in column H. 

 

Apply Currency Number   Format with two decimal places to the range H19:H22.

 

Insert a footer with   your name on the left side, the sheet name in the center, and the file name   on the right side.

 

Save and close Exp19_Excel_Ch02_Cap_Appliances.xlsx. Exit   Excel. Submit the file as directed 

Virtual Machines

 

This week, you should start working on Project 2, your individual CTF Solution Presentation.

If you haven’t already done so last week:

Your PowerPoint should contain 10-15 slides. You can use Microsoft Teams to record the audio narration of your PowerPoint presentation (preferred). You can then share the Microsoft Teams recording link with your teammates, instructor, and the entire class in the week 8 discussion. You could also add this Microsoft Teams recording link to your resume as a portfolio item.Please cover the following topics in this presentation:

  • The CTF category
  • Problem solved
  • Steps used to solve
  • The solution
  • Strategies, pitfalls, lessons learned
  • Workplace relevance

Assignment 2

Consider, in 500 words or more, how business processes as services can improve efficiency. This discussion is about business process as a service and security. 

Use at least three sources. Use the Research Databases available from the Danforth Library not Google.   Include at least 3 quotes from your sources enclosed in quotation marks and cited in-line by reference to your reference list.  Example: “words you copied” (citation) These quotes should be one full sentence not altered or paraphrased. Cite your sources using APA format. Use the quotes in your paragaphs.  Stand alone quotes will not count toward the 3 required quotes.

Risk Assesment

Question

 What is the Risk Assessment process used for and what tools, methods and components are used to conduct Risk Assessments? 

Length:250 words

Format :MS word

Citations: NA

Excel_9E_DLP_Accounting

  Excel_9E_DLP_Accounting

  

Excel_9E_DLP_Accounting

Project Description:

In this project, you will create a macro that will assign a heading required on all reports. You will then modify the macro by changing the Visual Basic Code. You will copy the finalized macro code into a blank sheet in the workbook, and then save the macro-enabled workbook in the Excel Workbook (.xlsx) format.

     

Open   the Excel workbook Excel_9E_DLP_Accounting_as.xlsx downloaded with this project. Ensure that the Developer tab is   enabled. 

 

On Sheet1, with cell A1   selected, begin to record a macro. Name the macro as Accounting_Macro and assign CTRL+r as the Shortcut key. Do not   close the Macro dialog box. (Mac users, assign Option + Cmd + r)

 

Store the macro in this   workbook, and enter the text Fills in report heading as the description. Close the   dialog box. While recording the macro, be sure to follow the steps exactly as   specified. Do not switch between windows or worksheets in between steps.

 

In Sheet 1, in recording mode,   insert two blank rows, one at a time, at the top of the worksheet. 

 

In cell A1, type DLP   Accounting.   Merge and center the text you just typed across the range A1:E1, and then   apply the Title cell style.

 

In cell A2, type Quarterly   Report. Merge   and center the text you just typed across the range A2:E2, and then apply the   Heading 1 cell style.

 

Center the worksheet   horizontally, click cell A1, and then stop recording the macro. Delete rows   1:2, return to cell A1, press CTRL+R to run the macro and ensure that the   macro works as expected.

 

In the Microsoft Visual Basic   for Applications window, copy the entire Accounting_Macro macro including the   Sub statement to the End Sub statement. Paste the code into   cell A1 of Sheet2.

 

In the Microsoft Visual Basic   for Applications window, in the fourth line following the first End With, edit Quarterly Report to indicate Quarterly Operations Report.

 

On Sheet 1, delete rows 1:2,   return to cell A1, press CTRL+R to run the macro again and ensure that the   macro works as expected.

 

In the Microsoft Visual Basic   for Applications window, copy the Accounting_Macro code between the first End With and the second With. There should be five lines of   code, including the line that you changed. Paste the code into cell A1 of   Sheet3. The VBA code should display in cells A1:A5 when pasted.