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

Ctq tree in six sigma - How to sketch a histogram - Commonwealth parliamentary offices melbourne - Run assembly code online - Creating a gui in bluej - Conversations - Anz visa card services - L6W2G - Comparative balance sheet and income statement of any company - Is red a noun - Folstein mini mental state exam pdf - Benefits of pulsing advertising - Theoretical and applied climatology impact factor - Project 5 - Adiabatic gas law apparatus - Commercial awareness interview questions - Humn 8660 - Sss e1 form online print out - Enchanted forest a large campground in south carolina - Earnest pugh net worth - Skills worksheet concept review lifetime health answers - Short drama script about family problems - A manufacturing company accumulates the following data on fixed overhead - Dwp compliance interview undeclared savings - Apa's ethical requirements for research with human participants - Disks of polycarbonate plastic from a supplier are analyzed - Samuel beckett and existentialism - Autozone inc case study analysis - Java 2d api graphics pdf - Carbon dioxide experiment with lime water - Active Directory Recommendations - Soliloquy in romeo and juliet - Case study - The wars timothy findley essay - History of corrections and punishment - Articulate the PR - Apartheid (Plagiarism Checked) - 2015 wace english exam - Nexiq device tester error 275 - Pvc smoke developed index - 5 steps of the writing process - Classroom code of conduct - Who sings greensleeves on sons of anarchy - Employee salary details program in python - Eaton power factor correction - High level requirements document - Implications of leading in a changing global business environment - Cloud Computing Discussion - Two different professors teach an introductory statistics course - Commitment: a cautionary tale and provide an example of this issue which has happened to you. - Tan half angle formula - Countable and uncountable sets in discrete mathematics - 400 million in scientific notation - How strategy shapes structure pdf - 2 papers and a PowerPoint - Advantages and disadvantages of using dbms - Stage 1b vapour recovery - Usca honor pledge - K3 fe c2o4 3 3h2o - Mdt task sequence templates - Binocular cues ap psychology - Anthem of doomed youth - Bbc atom clash of the titans worksheet answers - Str 581 week 5 individual assignment - Descriptive statistics visualization - Carbonaro effect broken vase warehouse - Accepting gifts from patients all nurses - Leading university tuition fees - What is the perth metro area - Background Information - 2 Discussions - 1 Problem set - (Nursing) Teaching Plan Paper - Discussion board - Armstrong and miller show series 4 - Debate question - Fire door installation method statement - Grasslin towerchron qe2 programmer instructions - Need two discussion questions 150 word max each w/reference - Separating substances virtual lab answers - Examples of informative language function - Separation of ownership and control ppt - Onuf world of our making - Social work professional values - Week 10 - Calculate the efficiency of a kettle - Numbers by mary cornish - Hid omnikey 5427 ck configuration - Hr - Week 10 - Writing help - Loma linda pharmacy school - Dr abels sonic uplifter review - Discussion Questions - NURS 601- REPLY TO DISCUSSION RUTH - Engineering ethics case study assignment - Some recent financial statements for smolira golf corp follow - Grieg landscaping began construction - What does the name christian mean - Math statistics - Minster medical practice lincoln - Waste