Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

Boxplot pspp

01/01/2021 Client: saad24vbs Deadline: 3 days

1


Data Analysis Project Instruction: Part 1


Due in Tutorials in the Week of Oct 1st to 5th or On Quercus Friday Oct 5th, 11:59pm


Purpose:


The objective of this project is to give you the opportunity in using some of the statistical techniques that


you have learned in this course for exploring a real data set.


Submission Format:


You are required to submit a concise written (typed) report (no more than two pages) of your data analysis


with font size of no smaller than 12 points. Your PSPP outputs may be incorporated into the body of your


written report or it may be left in the appendix section of your paper. You may work individually or in


groups of no more than three students. Your group members can be from different tutorial sections. If you


are working in a group, please think of creating a team name for changing a variable name in this data set;


if you are working individually, you will change a variable name with your last name. If you are working


in a group, please submit your work to only one course TA. You can either submit your report in your


tutorial (to one course TA), or you can submit your paper on Quercus (refer to Assignment section:


Analysis 1). The assessment criteria are described on page 7 of this document.


Context of Data:


The Organisation of Economic Cooperation and Development (OECD) gathers various information


regarding OECD countries and its partners in order to promote policies that aims to improve the economic


and social well-being of people around the world (http://www.oecd.org/about/)


This agency collects quantitative information on many domains and makes the collected data available for


public use (e.g., researchers) so that interested individuals can further investigate relationships among a set


of variables. A particular domain is named “Social Protection and Well-being”, which includes a yearly


collection of data “Better Life Index”. This information can be retrieved from: http://stats.oecd.org


http://www.oecd.org/about/

http://stats.oecd.org/

2


From the “Better Life Index 2017” (BLI, 2017), the most recent data collected in this domain, we will


analyze a quantitative variable named “Social Network Support”. Information regarding this variable can


be retrieved from: http://www.oecd.org/statistics/OECD-Better-Life-Index-2017-definitions.pdf


(note that this document is also posted on our Quercus page, “Data Analysis Project” module). This


variable is a sub-component of the Social connections/Community component in (BLI, 2017), which


reflects percentage of males and females aged 15-years and over in 35 OECD countries who perceive their


social network as having relatives or friends that they can count on to help them in times of need and


trouble. OECD indicates that they obtained and calculated this information based on Gallup World Poll.


• Let us recap the variables of interest in our data analysis:


1. Percentage of people (15 years of age and older) having social network support


2. Sex of the respondents identified as Male or Female


• I recommend that you read about this data here:


http://www.oecdbetterlifeindex.org/#/11111111111


Also, click on “Community” on the right hand-side menu to be directed to another web-link:


http://www.oecdbetterlifeindex.org/topics/community/


Scroll down that page and you can click and read about each country’s supported network.


PSPP Activity: Task A, and Task B


A. Describing the distribution of percentages of adults who reported having a Social Network Support in OECD countries.


B. Understanding and comparing distributions of percentages of males and females who reported having a Social Network Support in OECD countries.


Overview of Steps:


1. Save the following two data files on your computer (e.g., My Document folder)


• BLI_Support_Net_2017.csv


• BLI_Support_Net_Gender.csv


2. Open each of the above files and make changes to the column headings:


• Change the variable name “Support_network_lastname_teamname” with your last or team name. For example: Support_network_Aslemand


3. Save the excel files that you have modified for their column heading names.


4. Refer to the described PSPP tasks (A, and B) on the next pages. For each task, produce the associated


PSPP outputs and answer the related questions.


5. Please include your PSPP outputs with your written report upon submission. If you are submitting on


Quercus, you can upload three files: One PDF file for your written report and two PDF files for your PSPP


outputs. Name your files (modify with your lastname) as:


o Report 1_Lastname.pdf (e.g., Report 1_Aslemand.pdf)


o PSPP Overall Outputs_Lastname.pdf (e.g., PSPP Overall Outputs_Aslemand.pdf)


o PSPP Gender Outputs_Lastname.pdf (e.g., PSPP Gender Outputs_Aslemand.pdf)


http://www.oecd.org/statistics/OECD-Better-Life-Index-2017-definitions.pdf

http://www.oecdbetterlifeindex.org/#/11111111111

http://www.oecdbetterlifeindex.org/topics/community/

3


Task A. Describe the distribution of perceived social network support.


Open PSPP (from your computer program).


Step 1. Select Files to Import:


▪ In menu bar, go to File > Import Data > (e.g., My Document) ▪ Select the saved data file: “BLI_Support_Net_2017.csv” ▪ Click Next (Bottom of the page)


Step 2. Select the Lines to Import: Click Next


Step 3. Select the First Line:


▪ Select Line “1” (move the blue line from line 0 to line 1) ▪ At the bottom of screen, check off the box: Line Above Selected Line Contains Variable Names ▪ Click Next


Step 4. Choose Separators: Click Next


Step 5. Adjust Variable Formats: Click Apply.


PSPP will open “Data View” and “Variable View”. See the bottom of the screen to change between these


two windows. It is not necessary to change screens.


PSPP Instruction for Task A:


• From top bar menu in PSPP, go to Analyze > Descriptive Statistics > Explore


• Select the variable “Support_network_lastname_teamname” from the list and put it in the “Dependent List”. You should see your lastname or team name.


• Do not close this box yet; click on “Statistics”, select “Descriptive”, “Extreme”, “Percentile”, and click on Continue.


• Do not close the main box yet; click on Paste.


• PSPP will open another window; this is the Syntax Editor window.


• Your code looks like this at the moment:


EXAMINE


/VARIABLES = Support_network_lastname_teamname


/STATISTICS = DESCRIPTIVES EXTREME


/PERCENTILE


/MISSING=LISTWISE.


• We need to add a line for PLOT = BOXPLOT


• So, add the following red line in the code, exactly where I placed mine.


EXAMINE


/VARIABLES = Support_network_lastname_teamname


/STATISTICS = DESCRIPTIVES EXTREME


/PERCENTILE


/PLOT = BOXPLOT


/MISSING=LISTWISE.


4


• Highlight the entire modified code in your PSPP Syntax Editor and go to “Run” from the tool bar menu and click on “All”.


• You will get an output (PSPP icon blinks/flashes at the bottom of your computer screen).


• Open your PSPP output. This output displays tables of descriptive statistics and a boxplot.


• Note the case numbers that are displayed individually on the boxplot. What are their country names? Record these case numbers.


• Go back to your PSPP Syntax Editor. Highlight the code below and paste it into your syntax editor.


LIST


/VARIABLES = COUNTRY Support_network_lastname_teamname


/CASES = FROM 19 TO 19


/FORMAT = NUMBERED.


• Make sure that you modify the above variable name for “Support_network_lastname_teamname” with your lastname. The variable name should match what you have changed it with previously.


• In your syntax editor, highlight the above codes, go to “Run” from the tool bar menu, and click on “Selection” in order to run/compile the selected code.


• PSPP icon blinks/flashes again at the bottom of your computer screen to indicate that something new has been added to your output.


• Open your PSPP output window. New information is added to your output. See the bottom of your PSPP output window.


❖ Save/Export your PSPP outputs:


• In PSPP output window, go to File > Export > “Give a name to your output” and the location that you want to save your output in (e.g., My Document folder).


• At the bottom of the box that has appeared on your screen, from the drop down menu, select the format that you want to save your PSPP output: e.g., PDF(*.pdf) and click “Save”.


• Check your computer folder to make sure that your PSPP output is exported to your desired folder.


❖ Close the PSPP program in your computer.


❖ Refer to your PSPP outputs to answer the following questions.


Note: Unit of measurement is “Percentage of people aged 15 and over”


1. Refer to the descriptive statistics table for the distribution of percentages of adults who reported having


a social network support. Report the mean and standard deviation for this distribution. Interpret these


values within the context of this study.


2. Refer to the boxplot, and tables of descriptive statistics, percentiles, and extreme values for the


distribution of percentages of adults who reported having a social network support. Describe the shape,


centre, and spread of this boxplot within the context of this study. Note whether any points are plotted


individually on the plot. Specify the country name(s) for the individually plotted points on the boxplot.


3. Use the 1.5IQR rule to determine whether the individually plotted point(s) is/are suspect outlier(s).


4. Find the z-score for the minimum data value. Give a brief interpretation of this value (z-score) within


the context of this study.


5


Part B. Compare percentages of perceived social network support between males and females.


Open PSPP (from your computer program).


Step 1. Select Files to Import:


▪ In menu bar, go to File > Import Data > (e.g., My Document)


• Select the saved data file: “BLI_Support_Net_Gender_2017.csv”


• Click Next (Bottom of the page)


Step 2. Select the Lines to Import: Click Next


Step 3. Select the First Line:


▪ Select Line “1” (move the blue line from line 0 to line 1) ▪ At the bottom of screen, check off the box: Line Above Selected Line Contains Variable Names ▪ Click Next


Step 4. Choose Separators: Click Next


Step 5. Adjust Variable Formats: Click Apply.


PSPP will open “Data View” and “Variable View”.


PSPP Instruction for Task B:


• From top bar menu in PSPP, go to Analyze > Descriptive Statistics > Explore


• Select the variable “Support_network_lastname_teamname” from the list and put it in the “Dependent List”. You should see your lastname or team name.


• Select the variable “Gender” from the list and put it in the “Factor List”.


• Do not close this box yet; click on “Statistics”, select “Descriptive”, “Extreme”, “Percentile”, and click on Continue.


• Do not close the main box yet; click on Paste.


• PSPP will open another window; this is the Syntax Editor window.


• Your code looks like this at the moment:


EXAMINE


/VARIABLES = Support_network_lastname_teamname


BY Gender


/STATISTICS = DESCRIPTIVES EXTREME


/PERCENTILE


/MISSING=LISTWISE.


• We need to add a line for PLOT = BOXPLOT (let’s add it in the same place as mine).


EXAMINE


/VARIABLES = Support_network_lastname_teamname


BY Gender


/STATISTICS = DESCRIPTIVES EXTREME


/PERCENTILE


/PLOT = BOXPLOT


/MISSING=LISTWISE.


6


• Highlight the entire modified code in your PSPP Syntax Editor and go to “Run” from the tool bar menu and click on “All”.


• You will get an output (PSPP icon blinks/flashes at the bottom of your computer screen).


• Open your PSPP output. This PSPP output displays tables of descriptive statistics by gender and side-by-side boxplots.


• Note the case numbers that are displayed individually on the side-by-side boxplots. What are their country names? Record these case numbers (Females: 54, 44, 66; Males: 33, 59, 65, 53, 43)


• Go back to your PSPP Syntax Editor. Highlight the code below and paste it into your syntax editor.


• The code below will only display information for the case #54. Change the number to display other cases (the ones displayed individually on the boxplots). You need to do these seven more times.


LIST


/VARIABLES = COUNTRY Support_network_lastname_teamname


/CASES = FROM 53 TO 54


/FORMAT = NUMBERED.


• Make sure that you modify the above variable name for “Support_network_lastname_teamname” with your lastname. The variable name should match what you have changed it with previously.


• In your syntax editor, highlight the above codes, go to “Run” from the tool bar menu, and click on “Selection” in order to run/compile the selected code.


• PSPP icon blinks/flashes again at the bottom of your computer screen to indicate that something new has been added to your output.


• Open your PSPP output window. New information is added to the bottom of your PSPP output.


❖ Save/Export your PSPP outputs:


• In PSPP output window, go to File > Export > “Give a name to your output” and the location that you want to save your output in (e.g., My Document folder).


• At the bottom of the box that has appeared on your screen, from the drop down menu, select the format that you want to save your PSPP output: e.g., PDF(*.pdf) and click “Save”.


• Check your computer folder to make sure that your PSPP output is exported to your desired folder.


❖ Close the PSPP program in your computer. ❖ Refer to your PSPP outputs to answer the following questions.


Note: Unit of measurement is “Percentage of people aged 15 and over”


1. Refer to the descriptive statistics table for the distributions of percentages of perceived social network


support by gender. Report and compare the means and standard deviations for distributions of females and


males. Interpret these values within the context of this study.


2. Refer to the side-by-side boxplots, and tables of descriptive statistics, percentiles, and extreme values for


the distribution of percentages of perceived social network support by gender. Describe and compare the


shapes, centres, and spreads of these plots within the context of this study. Note whether any points are


plotted individually on each boxplot. Specify the country name(s) for the individually plotted points on


each boxplot.


3. Use the 1.5IQR rule (and 3IQR) to determine whether the individually plotted point(s) is/are suspect


outlier(s) or rare/unlikely cases. Confirm the cases that are displayed with “O” or “*” on the boxplots.


4. Find the z-scores for the individually plotted data value(s) on each boxplot (females, males). Give a


brief interpretation of these values (z-scores) within the context of this study.


7


Assessment of Data Analysis Project: Part 1


Last Name of Students or Team Name


1.________________________________________


2. ________________________________________


3. ________________________________________


Task A: Describe the distribution of perceived social network support Possible


Points


Point(s)


Received


1: PSPP Outputs (with modified lastname/team name) 10


2: Interpretation of Descriptive Statistics: Mean and Standard Deviation 4


3: Interpretation of Boxplot: Describe shape, centre, spread, outliers 8


4: Investigation of suspect outliers 2


5: Interpretation of Z-score(s) 2


Total 26


Task B: Describe the distribution of perceived social network support by gender Points Point(s)


Received


1: PSPP Outputs (with modified lastname/team name) 10


2: Interpretation of Descriptive Statistics: Means and Standard Deviations 6


3: Interpretation of Side-by-Side Boxplots: Describe shape, centre, spread, outliers 10


4: Investigation of suspect outliers 6


5: Interpretation of Z-score(s) 2


Total 34


Total Points


60


Marked by TA: ______________________________________


Comments (if any):

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Helping Hand
Top Essay Tutor
University Coursework Help
Writer Writer Name Offer Chat
Helping Hand

ONLINE

Helping Hand

I am an Academic writer with 10 years of experience. As an Academic writer, my aim is to generate unique content without Plagiarism as per the client’s requirements.

$110 Chat With Writer
Top Essay Tutor

ONLINE

Top Essay Tutor

I have more than 12 years of experience in managing online classes, exams, and quizzes on different websites like; Connect, McGraw-Hill, and Blackboard. I always provide a guarantee to my clients for their grades.

$115 Chat With Writer
University Coursework Help

ONLINE

University Coursework Help

Hi dear, I am ready to do your homework in a reasonable price.

$112 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Application of management functions to a case study - Ford car exploding gas tank - MGT312T Week 5 Discussion - They say i say templates chapter 1 answers - Future of the juvenile justice system proposal presentation - Discussion 2 - Impressions of an indian childhood sparknotes - Is mutually exclusive the same as independent - 5 elements of setting - Essay part 1 - 8 1 mymarketinglab simulation activity market research answers - Plastic surgery sales consultant salary - Reaction of a metal with hydrochloric acid lab answers - Stolen jane harrison pdf - 6-8 min informative speech - Argumentative essay about education should be free for everyone - Molar mass of sf4 - Organ Leader & Decision Making - Mvc pattern is actually a typical three-tier architecture. - Primary Document Analysis - Santa fe grill mexican restaurant case study - South holderness technology college - How to measure current on a breadboard - Evergreen glass wool insulation - 155 lb to kg - Disaster recover plan - List of clarifying questions - Av jennings home designs packages - 345 mm to cm - Science help - In another country hemingway analysis - Sap content server latest version - Bisous d eskimo lyrics - Which of these characterize baghdad under the abbasids? - Miracle prayer request for money - Discrepancy hypothesis - The confident student 8th edition pdf - Collective noun for eggs - Agar jelly diffusion experiment method - Ge annual report 2015 - Google project oxygen do managers matter - The rainbow story with a moral lesson - Why is some risk diversifiable and some not diversifiable - Sunrise dam gold mine - Heather moye architect hitchin - Me talk pretty one day claim - Switch documentary worksheet answers - Math 533 project part b - No nonsense extra class study guide - Smooth fox terrier club - Political Science - Engineering double degree curtin - Buff and tuff gym excel - Hans eysenck personality traits - Find a Resource Collaboration - Essay - Icanhascheezburger com is a website founded as a repository for - How to do homework when sick - Peace and good behaviour order form - Health Assessment Topic Reflection 2 - Jeopardy review game powerpoint - Why should preschool be mandatory - How do flatworms eat and digest food - English 12 - Area and volume formula sheet - Green computing research - The shape of any uniform probability distribution is - CLA-1 - Write a letter using rhetorical strategy - Breezair service code 02 - Sonnet x death be not proud - Calcium hydrogen carbonate and nitric acid - Owl english purdue edu owl resource 560 10 - Dansereau graen & haga 1975 - Civil 3d storm and sanitary analysis - Salvadore inc., a local retailer, has provided the following data for the month of september: - Module 3 discussion 3 Organizational Theory - How to convert a logarithmic equation to an exponential equation - Telstra mobile byo plan $29 - HLS685 A2 - Karsten schubert the curator's egg - Uniqlo takumi - Kansas city preventive patrol experiment established that - Plan of Action and Milestones - Programmable logic array questions - SOCW 6103 - Discussion: Team Approach to Addiction Treatment - Paper - Woolworths credit card australia - Analyze Current Security Products and Services - Sikhism cosmogony origin of the universe - Cellular respiration virtual lab glencoe - Henry heinz net worth - External governance control mechanisms include - Usmle step 3 preparation tips - House captain speech examples - Sheryl hogan - Comparing Arguments - The black cat study questions - Psychology tests and measurement - Electric field mapping simulation