Free Essay

Mba Analysis

In:

Submitted By vix2012
Words 1833
Pages 8
USING EXCEL TO FIND MEASURES OF ASSOCIATION by Edward F. Stafford, Jr., PhD
Professor of Management Science, UAH

Purpose of Handout
The purpose of this handout is to describe how to obtain measures of association between two variables using the Microsoft Excel software. These measures include covariance and correlation. For the most part, each measure may be obtained in two ways: (1) “by hand”; and (2) by Excel’s fX function operator. “By hand” does not mean to actually do the computations by hand; rather, it means to use Excel for statistical computations as though the fX function operator did not exist.

Example Problem
An example problem is used to demonstrate all of the features described in this handout. The problem is extracted from Case Problem 2, “National Health Care Association,” Chapter 3 of the Anderson, Sweeney, and Williams textbook assigned for this course. In particular, the “University Hospitals” data is used in this handout. The data are scales indicating respondent’s “degree of satisfaction” in their work, their pay, and their opportunities for promotion. Scale values range from 0 to 100. The actual data values used are shown in Figure 1. The user may acquire these data, user-ready, in an Excel file by going to Dr. Stafford’s home page on the web {http://cas.uah.edu/stafford/}, then clicking on the following, in order: (1) MSC 287; (2) scroll down then Special Handouts; (3) Excel Materials including Instructions for Statistical Calculations {click on “GOTO Link”}; (4) And finally on Template from “Using Excel to Find Measures of Association.” Save the resultant Excel file to a floppy disk, then use it to follow the remainder of this handout. Note: the template has all the work tables necessary to work through this handout example problem.

Figure 1. Example Problem Data on Solution Template

MSC 287 Handout

USING EXCEL TO FIND MEASURES OF ASSOCIATION

Dr. Stafford

06/08/01

Page 1

There are three variables in the sample data. We will compute each measure of variability six times (3 variables)x(2 ways of computing). The measures will be posted to a Solutions Table as shown in Figure 2. This template is included in the Excel spreadsheet described above.

Figure 2. Template for Results of Calculations, Measures of Association Sorting the Data
DO NOT SORT THIS DATA. Sorting data before computing measures of association causes X-Y pairs of observations to be separated, thus invalidating the values obtained.

Preliminary Activities
There is space below the original data for computing the Sum (Totals), Count, Mean, and Standard Deviation (Std Dev) for each of the three variables. Previous handouts and assignments have explained how to do this. Use the 3 icon and the fX icon to accomplish these computations. Dragging can speed up this process. The results are shown in Figure 3.

Figure 3. Summary Statistics on Original Data
Next, copy the original data into the proper columns of “Work Space for Hand Computations” table on the spreadsheet. We will be using these data to compute various measures necessary to compute the covariance and correlation values. Now that we know how to clean up unwanted lines {see “Using Excel to Find Measures of Variability”}, clean up the unwanted lines just as soon as they appear on your spread sheet. Also, remember to save often.

Preparing to Compute Association Measures by Hand
The computational formula for the sample covariance, sXY, between two variables X and Y, is as follows:

s XY

 n  n   ∑ X i   ∑Yi    n  i =1   i =1   ∑ X iYi −  n = i =1 n−1
Dr. Stafford 06/08/01 Page 2

MSC 287 Handout

USING EXCEL TO FIND MEASURES OF ASSOCIATION

And the computational formula for the sample correlation, rXY, between two variables X and Y, takes on one of two forms as shown in the following:

rXY =

s XY = (s X )( sY )

 n   n  ∑ X i   ∑Yi  n    ∑ X iYi − i =1 n i =1 i =1   n  ∑X i  n   ∑ X i2 − i =1 n i =1
2

 n   ∑Yi  n   2 ∑Yi − i =1n i =1

2

where sX and sY are the standard deviations of the X- and Y-variables. Thus we need to compute 3X, 3Y, 3X2, 3Y2, and 3XY for each pair of variables for which we want to measure covariance and correlation. The “Work Space for Hand Computations” is now set up to accomplish the computation of all required summation values. Start by placing the cursor in cell I10, the first value for Work2, then place the cursor in the equation box and type “=H10^2". Press Enter and the value 7056 {84 x 84} appears in this cell. Drag cell I10 down the length of the column, but not beyond the table end line. Repeat this process for cell K10 {type “=J10^2" in the equation box} and cell M10 {type “=L10^2" in the equation box} , then drag these columns to complete the computations of the squares of the three variables. Now would be a good time to clean up your unwanted lines. Next, we wish to compute the cross-products of each pair of variables. Place your cursor in cell N10 and type “=H10*J10" in the equation box to compute the first value for (Work)x(Pay). Repeat for cell O10 {type ”=H10*L10" in the equation box} for the (Work)x(Promote) cross-product, and for cell P10 {type “=J10*L10" in the equation box} for the (Pay)x(Promote) cross-product. Then, drag these three columns down to the table end line, clean up unwanted lines. Place your cursor in cell H24, click on the 3 icon, and seeing that the flashing lines surround the complete set of Work values, press Enter. The 3X for the Work variable appears in this cell. Drag cell H24 to the right under the whole table. This will compute all summations for you. When done, your results should look like Figure 4.

Figure 4. Results of Work on Summations for Hand Calculations.

MSC 287 Handout

USING EXCEL TO FIND MEASURES OF ASSOCIATION

Dr. Stafford

06/08/01

Page 3

Computing the Association Measures by Hand
To compute the covariance between the Work and Pay variables, place the cursor in cell H4, then type “=(N24-(H24*J24/D20))/(D20-1)” in the equation box and press the Enter key. The value 42.68131868 appears in cell H4. This is the covariance between Work and Pay. We will reduce the number of decimal digits shown shortly. Repeat this step for cell J4 for the Work-Promote covariance {type “=(O24-(H24*L24/D20))/(D20-1)” in the equation box}; and for cell L4 for the Pay-Promote covariance {type “=(P24-(J24*L24/D20))/(D20-1)” in the equation box}. These actions result in a value of -17.05494505 for the Work-Promote covariance and a value of 8.868131868 for the Pay-Promote covariance. To compute the correlation between the Work and Pay variables, place the cursor in cell H6 and type “=H4/(D22*E22)” in the equation box. Upon pressing Enter, the value xx appears in this cell. This is the correlation between the Work and Pay variables. The equation used here is the first form of the correlation equation: sXY/[(sX))( sY)]. You may use the other form, but it is considerably longer, and it opens up many more opportunities to make mistakes. Repeat the steps in the above paragraph for cell J6 for the Work-Promote correlation {type “=J4/(D22*F22)” in the equation box}; and for cell L6 for the Pay-Promote correlation {type “=L4/(E22*F22)” in the equation box. Finally, curse over all six of these values, click on Format, then Cells, then choose the Number card and highlight Number, then set decimals to 3. This cleans up our results by hand, and your table should now look like Figure 5.

Figure 5. Results after Finishing the “by Hand” Computations. Computing the Association Measures using Excel
The Excel fX icon function for computing the covariance between two variables is COVAR. Place the cursor in cell P4, click on the fX icon, select Statistical, then COVAR. The Past Function box should now look like Figure 6. Click OK to get the data dialog box. The two inputs to the COVAR data dialog box are the arrays of the variables for which the Covariance is desired. With the cursor in Array 1, curse over the values for the Work variable. Then with the cursor in Array 2, curse over the values for the Pay variable. Your COVAR data dialog box should now look like Figure 7. Press Enter and the value 39.63265306 appears in cell P4. Note that this value does not correspond to the “by-Hand” value calculated above. We will examine why this is so shortly. Repeat the above procedure for cell R4 for the Work-Promote Covariance {value computed = 15.83673469}; and for cell T4 for the Pay-Promote Covariance {value computed = 8.234693878}. Again, these values do not match those computed “by Hand”. The Excel fX icon function for computing the correlation between two variables is CORREL. Place the cursor in cell P6, click on the fX icon, select Statistical, then CORREL. Click OK to get the data dialog box for CORREL. The arguments are the same here as for the COVAR data dialog box. Enter the Work variable addresses in Array1 and the Pay addresses in Array 2, and press OK. The value 0.37409266 appears in cell P6. This is the same value we got “by Hand”.

MSC 287 Handout

USING EXCEL TO FIND MEASURES OF ASSOCIATION

Dr. Stafford

06/08/01

Page 4

Figure 6. Past Function Box for Finding Covariance.

Figure 7. COVAR Data Dialog Box Ready to Compute Work-Pay Covariance.
Repeat the above procedure for cell R6 for the Work-Promote Correlation {value computed = 0.120762883}; and for cell T6 for the Pay-Promote Correlation {value computed = 0.029079017}. These value also match those computed “by Hand”. Clean up these latest values by setting the decimals showing to 3. The resultant Solutions Table should now look like that in Figure 8.

MSC 287 Handout

USING EXCEL TO FIND MEASURES OF ASSOCIATION

Dr. Stafford

06/08/01

Page 5

Figure 8. Finished Results Table. Why Excel’s Covariance Values Do Not Match by-Hand Calculations
The reason that Excel’s values for Covariance do not match those of by-Hand calculations is that Excel assumes that, for Covariance, we are using a population instead of a sample. That is, by Hand, we divided by (n-1) while Excel divided by n. To prove this assertion, multiply Excel’s values by n/(n-1) {14/13 in the example problem case}. This is done in an add-on table on the spreadsheet, with the results shown in Figure 9.

Figure 9. Computations Showing Excel Computes Covariance As Though for a Population.

MSC 287 Handout

USING EXCEL TO FIND MEASURES OF ASSOCIATION

Dr. Stafford

06/08/01

Page 6

Similar Documents

Premium Essay

The Mba Decision Case Study Analysis

...The MBA Decision Case Study Analysis 1 Philip Bard Potomac College – BUS503: Managerial Finance June 9, 2013 Rob Shah Abstract The purpose of this paper is to summarize the Case Study The MBA Decision. This case discusses the educational options for 28-year-old, Ben Bates. The purpose of this paper is to analyze Ben’s school options and make the decision that is going to be the most fiscally responsible in the long run. This decision will be achieved by answering the 6 questions at the end of the case study. The MBA Decision Case Study Analysis 1 This Case Study discussed the decision of which MBA program potential student, Ben Bates, should attend. Ben is satisfied with his current job, but wants to achieve his goal of becoming an investment banker. He feels that an MBA degree would allow him to achieve this goal, and has narrowed his school choices down to two options. Many factors are being considered by Ben, such as his current salary, tax rates, program prices, supply costs, health care costs, and future salaries as well as signing bonuses. In this case, Ben is 28 years of age and graduated from college when he was 22. He also currently has enough money in his bank account to pay for either of the MBA programs that he is exploring. “… and expects to work for 40 more years. His current job includes a fully paid health insurance plan…” (Ross, Westerfield, and Jaffe, 2013 p. 134). One can expect Ben’s MBA program to take 1-2 years, which would cause his to be...

Words: 1868 - Pages: 8

Premium Essay

Business Analysis Mba 521

...In 2007 it took seven economists 11 months to decide what should have seemed obvious given all the foreclosures, bank failures, and layoffs that the United States is officially mired in a recession. Many economists believe the current downturn could be the worst since the recession of 1980-1982, when the United States unemployment rate soared above 10%. There are many reasons for the recession of 2008, but mostly because the irrational exuberance in the housing market led many people to buy houses they could not afford because everyone thought housing prices could only go up. In 2006, the bubble burst as housing prices started to decline. This caught many homeowners off guard, who had taken loans with little money down. As they realized they would lose money by selling the house for less than their mortgage, they foreclosed. An escalating foreclosure rate panicked many banks and hedge funds, who had bought mortgage-backed securities on the secondary market and realized they were facing huge losses. By August 2007, banks became afraid to lend to each other because they didn't want these toxic loans as collateral. This led to the $700 billion bailout, and bankruptcies or government nationalization of Bear Stearns, AIG, Fannie Mae, Freddie Mac, IndyMac Bank, and Washington Mutual. By December 2008, employment was declining faster than in the 2001 recession. No industry took a hit like the retail industry. Compared to the 2009 Store Closing list, the number of stores scheduled for...

Words: 2554 - Pages: 11

Premium Essay

Marketing

...QA Concept Introducing LoadRunner  • Why should you automate performance testing?  • What are the LoadRunner components?  • Understanding LoadRunner Terminology  • What is the load testing process?  • Getting Familiar with HP Web Tours  • Application Requirements  The Power of LoadRunner  • Creating the Load Test  • Running the Load Test  • Monitoring the Load Test  • Analyzing Results  Building Scripts  • Introducing the Virtual User Generator (VuGen)  • How do I start recording user activities?  • Using VuGen’s Wizard mode  • How do I record a business process to create a script?  • How do I view the script?  Playing Back Your Script  • How do I set the run-time behavior?  • How do I watch my script running in real time?  • Where can I view information about the replay?  • How do I know if my test passed?  • How do I search or filter the results?  Solving Common Playback Problems  • Preparing HP Web tours for playback errors  • How do I work with unique server values?  Preparing a Script for Load Testing  • How do I measure business processes?  • How do I emulate multiple users?  • How do I verify Web page content?  • How can I produce debugging information?  • Did my test succeed?  Creating a Load Testing Scenario  • Introducing the LoadRunner Controller  • How do I start the Controller?  • The Controller window at a glance  • How do I modify the script details?  • How do I generate a heavy load?  • How do I emulate real load...

Words: 468 - Pages: 2

Free Essay

Preparing Business Scenario Analyses

...Preparing Business Scenario Analyses The following general guidelines may be used in preparing for an oral or written business scenario analysis and presentation. There may be several feasible courses of action regarding the solution to any case. It is more important to concern yourself with the process of problem definition and isolation, analysis, and evaluation of alternatives, and the choice of one or more recommendations, rather than trying to find a single answer. Very often, the right answer is the one that you can propose, explain, defend, and make work. • The Process of Analyzing a Case 1. Read and study the scenario thoroughly and efficiently. Read the scenario once for familiarity, noting issues that come to the forefront. Read the scenario again. Determine all the facts, making notes about symptoms of problems, root problems, unresolved issues, and roles of key players. Watch for issues beneath the surface. 2. Isolate the problem(s). Get a feel for the overall environment by putting yourself in the position of one of the key players. Seek out the pertinent issues and problems. 3. Analyze and evaluate alternatives. a. Once the problems and issues are isolated, work at gaining a better understanding of causes. In what area of the unit do the problems exist? Why? What caused them? Examine and evaluate the strengths and weaknesses of the unit’s processes (e.g., planning, communication), human behaviors, and/or exhibits (e.g., financial statements,...

Words: 505 - Pages: 3

Free Essay

Pest Analysis

...PEST Analysis One way of planning your business is to undertake a PEST analysis.1 PEST analysis involves looking at the Political, Economic, Socio-cultural and Technological factors that could affect your business. Every business needs to consider a range of external forces in order to take decisions. For many people imagination is very limited and is coloured solely by their own experience and personal beliefs. This can lead to wish fulfilment or a refusal to see reality or recognise the critical changes that are happening in the world around them. It can also lead to grabbing short-term solutions that, if they do not exacerbate problems, certainly ignore the longer term. In the business world pressure is often applied to take decisions quickly, acting on judgement and instinct rather than careful analysis. There are many driving forces in the external environment that might impact on your business. These can be categorised as: • Social; • Technological; • Economic; • Environmental; and • Political. Social forces Social forces include, for example, changing demography and education, etc. The population in Western Europe is relatively static, but the age bands are changing. The number of older people, for example, is growing rapidly. Technological forces Technological forces are changing dramatically quickly. What effects will this have on your production, marketing and distribution plans? Depending on your market, technology might either raise or lower entry barriers...

Words: 371 - Pages: 2

Free Essay

Hp Merced

...MSIS604/OMIS378 Information Systems Policy & Strategy Spring Quarter, 2013—2 April/13 June Instructor: Dr. Darrel A. (Del) Mank dmank@scu.edu Cell Phone: 408-605-3983 Office Hours: By appointment Office: Room 321W Lucas Hall Class Days: TTh Class Period: 5:45pm—7:00pm Class Room: 310 Lucas Hall Text: Schilling, Melissa A.; STRATEGIC MANAGEMENT of TECHNOLOGICAL INNOVATION, McGraw-Hill/Irwin, 4th Edition, 2013 ISBN 978-0-07-802923-3 Cases* Hewlett-Packard Merced Division SAP America VMware Inc., 2008 IBM and Eclipse (A) Oracle vs. salesforce.com Enterprise IT at Cisco (2004) Google Inc. *All Cases are from the Harvard Business Review and are available at the SCU Bookstore Course Objectives: • To develop an awareness of the range, scope, and complexity of the issues and problems related to the strategic management of ISTs. • To develop an understanding of the “state of the art” of the strategic management of IST and IST innovation. • To develop a conceptual framework for assessing IST capabilities. • To develop insight concerning the skills necessary to be effective as an IST manager. • To offer some practice in defining and working out strategic management problems related IST innovation and implementation. Course Description/Perspective: The course focuses on the strategic management and deployment of information systems and technologies (ISTs) to improve business competitiveness. The...

Words: 3892 - Pages: 16

Free Essay

Anaylsis for Emc

...Fall 2015: Industry Analysis in Emerging Markets Your role in this analysis is to work with your team and to look at emerging technologies. From autonomous drones to emergent AI to 3D printers, you are going to research and get a better understanding of our fast-approaching technological future. Scientific American compiled the Top 10 List of Emerging Technologies for 2015. You can start here, but you are not limited to these technologies. You must choose an emerging industry, and will analyze the history of this technology and its industry, the trajectories of the technology, the key competitors, and the trends in the market. The end goal is to develop a comprehensive understanding of the industry, the competitive landscape, emerging trends to watch in the future, and an overall assessment as to the attractiveness of this industry. Your final deliverable for this project will be an in-class presentation, due April 26th. 1) What SIC/NAICS code does your industry fall under? 2) Describe your industry- a. Provide a brief history of your industry. (You may use a timeline in a separate appendix) b.  List and describe the characteristics of the products your industry offers in the marketplace. c. Who are the key competitors in the industry? d. What are the main differences between the products offered by key competitors? e. What strengths & weaknesses (capabilities, complementary resources, related intellectual property, etc.)...

Words: 430 - Pages: 2

Premium Essay

Service Marketing

...http://www.mysensex.comPESTLE « Pestle Summary: India | Main | Pestle summary: USA » 03/28/2009 Pestle Summary China Well, I guess this is where I get controversial, at least a bit. There are others who have predicted that China was in for a tough ride over the past few years, but they mostly got ignored, or were proven wrong by events. And, to a certain extent, if you cry doom long enough you'll always get proved right, given the laws of entropy. So this is a bit 'faux' controversy... This is the introductory note taking exercise for a Pestle analysis of China, drawn on conventional internet sources such as Wikipedia, the CIA World Factbook and Nationmaster. China is the most populous country in the world, with 1.34 billion people. It has the third largest GDP, with $4.84 trillion, behind Japan and the U.S. Like India, the currency and conditions make it useful to look at some statistics using Purchasing Power Parity, which bumps up China's GDP to $7.8 trillion, which would move it ahead of Japan. It also is the second in the world in annual military spending, although that needs a bit of context, as the world's number two spends about 15% of what the world number one (USA) spends. But with PPP, that looks like more money, and insofar as it is used to pay salaries, rather than buy Israeli rocket parts, PPP is valid in this context too. China is badly governed by the Communist Party, and in my five-year Pestle forecast I will be making the case that misgovernance will...

Words: 1059 - Pages: 5

Free Essay

Bsa/375

...McCauley, COO * Hugh McCauley, COO of Riordan has sent a service request to us. The service request SR-rm-022 stats that Riordan wants to make improvement on their current HR tools. They are currently using a variety of HR tools and would want’s us create one integrated application. To do this we will have to do a system analysis of their current system. An analysis will be made with recommendations to upgrade and consolidate their system. * The service request is basically a project statement. This is a document from the customer who clearly states what the project should deliver and outline the high-level work required for completing this project * (SR-rm-022). Riordan Manufacturing has 550 employees worldwide and has projected earnings of $46 million. It is a fortune 1000 enterprise with $1 billion in excess revenues. It is wholly owned by Riordon Industries and based in San Jose , California. * . We will use the joint application design (JAD) for our system analysis, this should help keep the analysis efforts to a minimum. Fact finding is at the core of system analysis. Interviewing of individuals who understand the current system and any known issues, including future activities needed. To do this observation of how data is handled and how this is used for their jobs. Through study of the documents, policies, and procedures in reference to the system. * Interviewing and gathering...

Words: 397 - Pages: 2

Free Essay

Hr Stratgey

...29th, 2013 Angela Lucente Planning For People Job analysis is an important process, any organization used to use it in order to collect information and data about required skills, level of education, work environment, responsibilities, and the duties to create a job description, recruiting plans, and performance development planning (Susan M. Heatfield, 2013). Once job analyses are updated as described, a summary of the results is normally prepared in writing in the form of a job description (Wayne F. Cascio, 2010). According to my reading chapter five about job analysis process. There are some topics I felt comfortable with, such as alternative perspectives on jobs. This topic add to my knowledge many information and explained how jobs are important to organizations, what is the highly unusual jobs that some organizations required it, and distinguish job analysis form job design (Wayne F. Cascio, 2010). On the other hand, I struggled with topic job requirements because there are many methods created in order to study job requirements and none of them alone is sufficient. Thus, it is essential to integrate this methods to obtain the results of the tasks and duties of a job (Wayne F. Cascio, 2010). It is not that easy to implement the methods of job analysis, such as job performance, observation, interview, critical incidents, and structured questionnaire, those are the most five common methods of job analysis and each one of those takes time and effort to achieve desirable...

Words: 321 - Pages: 2

Premium Essay

Job Analysis Examination

...------------------------------------------------- Running header: Job Analysis Methods ------------------------------------------------- Abstract Examination of different methods utilized to create a comprehensive job analysis, including advantages and disadvantages of all approaches. There are several methods that can be utilized to create a comprehensive job analysis. A job analysis provides a better understanding of the positions within an organization, which will allow the recruitment process to be more focused, consistent and thorough. The first method that can be employed to create an effective job analysis is the Critical Incidents Technique. This technique identifies circumstances that arise in a current position, what action was taken, and the consequences of the action, to identify the effective and ineffective behaviors in job performance. These critical situations are documented by interviewing former jobholders, supervisors, or by reviewing documents and logs from the job. Job duties are examined, and then critical incidents are identified to determine poor or good performance issues related to a specific job requirement. This technique is useful for covering job events that may not be covered in a general job description. Identifying atypical circumstances that may arise in a position can aid in finding a candidate that would be an ideal fit. Reviewing these critical incidents also enable the recruitment process to be shaped to include more pointed questions...

Words: 916 - Pages: 4

Premium Essay

Google Car

...to accomplish that soon, also technology is to expensive. Other companies building autonomous cars said that they are working on vehicles that will be able to safely make that switch. Volvo says that it expects to have its cars tested on city streets by 2020. The Google management team faced several questions. Should Google continue to invest in the technology behind self-driving cars? How could Google's core software-based and search business benefit from self-driving car technology? As large auto manufacturers began to invest in automotive technology themselves, could Google compete? Was this investment of time and resources worth it for Google? Environmental Scanning (external and internal analysis): PEST Analysis After reading the case study Google car I have used the PEST analysis model in which the following was concluded: 1. Political Factors: Government’s regulations on automobile transportation are one of the major aspects in Google's car that have legal barriers. Due to that most of the governments do not have specific laws for self-driving vehicle and there are no federal standards for autonomous cars special permission in all US states adjusted for road test. Laws need to be adapted to accidents liability for insurance purposes. 2. Economic Factors: Cost is a concern, due to the investment in technology required to be adapted to cars an estimated of $150,000 in equipment. The consumers are not willing to spend more than $3,000 for autonomous driving applications...

Words: 479 - Pages: 2

Free Essay

Vaan Lan

...implementation actions you recommend should be explicit and thoroughly explained. Occasionally, careful evaluation of implementation actions may show the strategy to be less favorable than you thought originally. A strategy is only as good as the firm's ability to implement it effectively. Therefore, effort to determine effective implementation is important. Process Issues You should ensure that your presentation (either oral or written) has logical consistency throughout. For example, if your presentation identifies one purpose, but your analysis focuses on issues that differ from the stated purpose, the logical inconsistency will be apparent. Likewise, your alternatives should flow from the configuration of strengths, weaknesses, opportunities, and threats you identified by the internal and external analyses. Thoroughness and clarity also are critical to an effective presentation. Thoroughness is represented by the comprehensiveness of the analysis and alternative generation. Furthermore, clarity in the results of the analyses, selection of the best alternative strategy, and design of implementation actions are important. For example, your statement of the strengths and weaknesses should flow clearly and logically from the internal analyses presented. Presentations (oral or...

Words: 305 - Pages: 2

Premium Essay

Pest Analysis Italy

...BLEND TWO COUNTRY ANALYSIS ITALY Task: You will carry out an analysis of Italy today in order to have a general idea of its current state of affairs. To do this you will visit several sites to gather the necessary information. This information should then be transferred in note-form onto the table below. You will then use these notes to give a short, informal presentation during the following class session. Procedure: You will use a well-known analytical tool: THE PEST ANALYSIS. Although this tool was originally created for the business environment, it is now used in many sectors to analyse organisations, projects and systems. STEP ONE: WHAT IS A PEST ANALYSIS 1. First you need to find out what a PEST analysis is: Go to http://www.rapidbi.com/created/the-PESTLE-analysis-tool.html#political Read quickly through the information and write short answers to the following questions: What sort of picture does a Pest analysis offer? Why is it important to take these factors into account? What are some common uses of the Pest? In what situation might you use a Pest in your own professional context? The Table below gives some of the indicators which may be relevant for each category. Can you think of any other factors to consider? Add them to the corresponding column. PEST ANALYSIS TEMPLATE Political / Legal Economic Social Technological - Government organisation / attitude - Economic growth (overall; by industry sector) - Income...

Words: 615 - Pages: 3

Premium Essay

Philosophy

...participated voluntarily in the study? * Was institutional review board approval obtained from the agency in which the study was conducted? Data Collection * Are the major variables (independent and dependent variables) identified and defined? What were these variables? * How were data collected in this study? * What rationale did the author provide for using this data collection method? * Identify the time period for data collection of the study. * Describe the sequence of data collection events for a participant. Data Management and Analysis * Describe the data management and analysis methods used in the study. * Did the author discuss how the rigor of the process was assured? For example, does the author describe maintaining a paper trail of critical decisions that were made during the analysis of the data? Was statistical software used to ensure accuracy of the analysis? * What measures were used to minimize the effects of researcher bias (their experiences and perspectives)? For example, did two researchers independently analyze the data and compare their analyses? Findings / Interpretation of Findings * What is the researcher’s interpretation of...

Words: 363 - Pages: 2