Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit

ALY6000: Executive Summary Report 3

2023 Winter A

Overview and Rationale

As a data analyst, you will need to be able to create understandable data visualizations and clearly summarize the data for executives. This assignment is intended allow you to demonstrate your skills to process data, present the data visually, and calculate basic; all with explanatory analysis.

Module Objectives

This assignment links directly to the following learning outcomes from this module:

•   Calculate counts and probabilities based on categorical data

•   Graph probability distributions

•   Use R to manipulate datasets

•   Interpret data displayed in graphs

Assignment Summary

You will write and execute an R script in order to gather the information required to complete your report. You are provided with an assignment instruction document (Module 3 Project Instructions) to guide the R-code you need to write an Executive Summary specified below.

Your Executive Summary should consist of:

Page 1: Title Page: name, date, title

Pages 2-4: Key Findings about the data. (Content outlined the assignment below and in the Project Instructions)

Including introduction, description of analysis, and summary.

Page 5: Bibliography:  This includes YouTube videos, instruction materials, google search results, texts that informed your study of statistics and R. Adhere to APA standards.

Page 6: Appendix:  The R Script you wrote and executed.

There are three aspects of this assignment as follows:

A.   Provide an analysis of descriptive characteristics of the data set provided by your instructor. This includes pertinent statistics including counts, cumulative counts, and frequency, percentages, etc. Include R console screen shots to support your observations and conclusions.  Below is a sample excerpt.

Example:  A structural analysis of the inchBio data set revealed that two species dominated this study.  The Bluegill and Largemouth

Bass accounted for 66% of the research data.

 

As a result, several Bluegill subsets were created in order to facilitate an in-depth study of one of the fish species that dominate the dataset.  Below we highlight the head and tail of the Bluegill subset created to analyze the characteristics of length   and weight of Bluegill with weight above 60 and with length greater than 54.  Note there were 112 records in this subset.

 

B.   Provide the executive with visualizations (at least 3) in that help them see the key characteristics you want to highlight.  They can be boxplots, histograms, frequency and probability distributions, or barplots (bar charts). A pareto plot as illustrated below      must be included in this part of your report.  Include screen shots of your plots to support your findings and conclusions. The goal is not only to present your visual results, but also to explain the significance of them.

Example:  The Pareto chart below combines the benefits of a bar plot with a cumulative distribution graph.  We see how two species dominate the samples that were analyzed for this study.   The pareto chart leads us to consider several new investigative avenues.

1. Are Bluegill and Largemouth Bass predatory species who prey on the smaller pumpkin seed or tadpole species?

2. Are there environment factors that are inhibiting some species from thriving in a common environment with large species.

3. A more detailed analysis of species length and weight is warranted to determine which species are underperforming in their development and thus present a reproductive risk or risk of increased morbidity and mortality

 

C.   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 analysis. This summary          should present accurate analysis and be supported by the data presented in the rest of the report.

Instructions

Note: The settings(variable names, color, plot symbols, etc.) might be different from the instructional file.

Using the assignment instruction document (Module 3 Project Instructions) and the dataset provided by your instructor (inchBio.csv), complete the assignment above

Supporting Files

To complete this assignment you will need to download the following files: Module 3 Project Instructions.pdf inchBio.csv

What to Submit

Submit a single file with the following title: <LastName>_M3_Project3.pdf