Question

Homework Assignment 2 Question 1: The US Census Bureau occasionally surveys business owners and learns which...

Homework Assignment 2

Question 1:

The US Census Bureau occasionally surveys business owners and learns which firm women predominantly own. These data are a portion of the results reported in 2010 from 2007 survey of business owners. This table reports the number of women –owned businesses in 10 industries, along with the counts of the businesses in these industries:

Industry

Women- Owned

All

Agriculture

26,783

258,846

Arts and Entertainment

376,259

1,236,352

Construction

268,809

3,414,299

Finance

200,473

1,019,055

Manufacturing

113,495

615,936

Mining, oil and gas

18,313

122,470

Retail trade

918,657

2,672,892

Service

1,096,422

3,790,845

Transport

142,566

1,253,553

Wholesale trade

133,462

733,577

  1. Make a Bar Chart to display the counts of business owned by women and a second bar chart that shows the counts for all businesses. In addition, label then correctly.
  2. Make a Pareto chart to indicate which of the top three industries in which women business is highly dominant.
  3. Construct a single chart that directly shows which industries have the highest concentration of women owned businesses.

Question 2:

How do the average credit scores of people living in various cities in the US differ? The file Credit Score Data of 143 American cities is provided in Canvas.

  1. Construct a histogram
  2. Create a Five Summary Report
  3. Calculate Mean, Variance and Standard Deviation
  4.   What conclusion can you reach concerning the average credit scores of people living in different American cities?
0 0
Add a comment Improve this question Transcribed image text
Answer #1

As HOMEWORKLIB's policy answering only Question 1:

(a)

R Code:

#Import Data
library(readxl)
company <- read_excel("Desktop/company.xlsx")
colnames(company)[2] <- "Women_Owned"


#Bar Chart for Women Owned
library(ggplot2)
ggplot(company, aes(x = Industry, y = Women_Owned)) +
geom_bar(stat = "identity")

#Bar Chart for All
library(ggplot2)
ggplot(company, aes(x = Industry, y = All)) +
geom_bar(stat = "identity")

(b)

#Pareto Chart
Women_Owned <- company$Women_Owned
names(Women_Owned) <- company$Industry

library(qcc)
pareto.chart(Women_Owned, ylab = "Women Owned Industry", xlab = "Industry")

so, service, Retail trade and Arts & Entertainment are the top three industries where women are highly dominant.

(c)

#Single Chart
library(dplyr)
women_concentration <- company %>%
mutate(Women_Concentration = Women_Owned * 100/ All) %>%
select(Industry, Women_Concentration) %>%
arrange(desc(Women_Concentration))

colnames(women_concentration)[2] <- "Women_Concentration (in %)"

** If any confusion please comment. I still wanted to answer question number 2 but there is no data. So as HOMEWORKLIB RULES's policy I answered only question 1. Thank you

Add a comment
Know the answer?
Add Answer to:
Homework Assignment 2 Question 1: The US Census Bureau occasionally surveys business owners and learns which...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1 .Which concept represents the broadest view? Trade Surplus Globalization International Business 2 If you are...

    1 .Which concept represents the broadest view? Trade Surplus Globalization International Business 2 If you are able to produce 1 piece of fine furniture or 10 birdhouses using the same resources, and your competitor is able to produce 5 pieces of fine furniture or 10 birdhouses using the same resources, who has the comparative advantage? You Neither Your competitor in fine furniture 3 When conducting business in a market of comparative advantage, trading partners will realize: decreased demand for products....

  • Question 2 1 pts Which of the following descriptions concerning shareholders and stakeholders is INCORRECT? A...

    Question 2 1 pts Which of the following descriptions concerning shareholders and stakeholders is INCORRECT? A shareholder can be an individual, company, or institution that owns at least one share of a company and therefore has a financial interest in its profitability. Stakeholders can be owners and shareholders, employees of the company, bondholders who own company issued debt customers who may rely on the company to provide a particular good or service, suppliers and vendors who may rely on the...

  • 1) Come up with a single (one) question or problem 2) Think of an example with 30 data points a. ...

    1) Come up with a single (one) question or problem 2) Think of an example with 30 data points a. This data needs to be of a quantitative variable (numbers). 3) Then proceed to follow the below steps. example of 30 quantitative data points Purpose State how, when, and where data was collected List of raw data pairs Frequency distribution (table) Histogram Relative percentage polygon Sample mean Sample median Sample mode(s) Sample range Sample variance Sample standard deviation Coefficient of...

  • Please read the article and answer about questions. You and the Law Business and law are...

    Please read the article and answer about questions. You and the Law Business and law are inseparable. For B-Money, the two predictably merged when he was negotiat- ing a deal for his tracks. At other times, the merger is unpredictable, like when your business faces an unexpected auto accident, product recall, or government regulation change. In either type of situation, when business owners know the law, they can better protect themselves and sometimes even avoid the problems completely. This chapter...

  • Paragraph One- Introduce your primary source "Chapter" (Economics of Public Issues, Miller et.al, 2014) claims....introduce the...

    Paragraph One- Introduce your primary source "Chapter" (Economics of Public Issues, Miller et.al, 2014) claims....introduce the main point of the chapter and explain: Why should we care? How will this topic, issue, problem affect us? Or more to the point, who will benefit from knowing more about this issue, situation, problem. Why is this an important topic, issue, or problem? Paragraph Two Introduce the main points of your research. Make sure you give credit to at least two other sources....

  • Please help me answer theses practice questions QUESTION 2 Which of the following can a country...

    Please help me answer theses practice questions QUESTION 2 Which of the following can a country implement to protect local industries (e.g. bicycles) according to the video on the deceptive promise of free trade? Border walls local training programs to strengthen local industries protectionist policies such as tarrifs creating a high minimum wage locally governments can't do anything QUESTION 3 Which of the following European countries has a trade surpluse with the US as well as most other European countries...

  • Case 18: Chipotle Mexican Grill, Inc.: The International Challenge Do overseas markets offer attractive growth opportunities for chipotle? If so should, chipotle replicate its US strategy in overs...

    Case 18: Chipotle Mexican Grill, Inc.: The International Challenge Do overseas markets offer attractive growth opportunities for chipotle? If so should, chipotle replicate its US strategy in overseas markets, or does if need to adjust the local circumstances- if so how? In particular, should chipotle directly own and manage its overseas restaurants or should I opt for a joint venture or franchising? Complete a porter 5 forces analysis for the firm plus “1” technology impact? Case 18 Chipotle Mexican Grill,...

  • QUESTION 10 Consider the monthly data, including the estimates for March 2020, and the information in...

    QUESTION 10 Consider the monthly data, including the estimates for March 2020, and the information in the articles. Which of the following is the best analysis of and prediction for the money market in the U.S. economy for the next few months?   a. Shortages are causing panic buying by households, which has increased money demand. Lenders are increasing their lending to keep up with the needs of households and businesses. Money demand is increasing more than money supply. b. Shortages...

  • Develop a case study analysis in the following format Relevance of the case study to my...

    Develop a case study analysis in the following format Relevance of the case study to my work environment - application - learning impact CASE 4-1 Tambrands Overcoming Cultural Resistance Tampax, Tambrands's only product, is the best-selling tampon in their virginity if they use a tampon. When they go to the beach in the world, with 44 pencent of the global market North America and tiny bikinis, tampons arent their choike. Instead, hordes of women Europe account for 90 percent of...

  • Hi there! I need to compare two essay into 1 essay, and make it interesting and...

    Hi there! I need to compare two essay into 1 essay, and make it interesting and choose couple topics which im going to talk about in my essay FIRST ESSAY “Teaching New Worlds/New Words” bell hooks Like desire, language disrupts, refuses to be contained within boundaries. It speaks itself against our will, in words and thoughts that intrude, even violate the most private spaces of mind and body. It was in my first year of college that I read Adrienne...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT