1 / 34

LSP 121

LSP 121. Intro to Statistics and SPSS. Statistics. One of many definitions: The mathematics of collecting and analyzing data to draw conclusions and make predictions. It involves looking at quantified data and determining if there are any patterns. Patterns, if they exist, help you predict.

dennishan
Download Presentation

LSP 121

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. LSP 121 Intro to Statistics and SPSS

  2. Statistics • One of many definitions:The mathematics of collecting and analyzing data to draw conclusions and make predictions. • It involves looking at quantified data and determining if there are any patterns. Patterns, if they exist, help you predict.

  3. Descriptive Statistics(some of these are used as predictors) • Mean - average • Median – the middle score • Percent Rank – calculates the position of a datapoint in a data set. More precisely, tells you approximately what percent of the data is less than the datapoint. • Range – difference between the maximum and minimum values in the data set

  4. The mean or the median? • Advantages of the median are:· If one of the extreme values changes, then the median remains unaltered.  Whereas the mean would be affected hugely.· If a set of numbers has a lop-sided pattern – if for example, most of the scores are small, several medium sized, but only one or two high – then the median may again be more appropriate than the mean, as its value will be close to the majority of numbers

  5. Descriptive Statistics • Lower quartile – or first quartile, it is the median of the data values in the lower half of a data set • Middle quartile – or second quartile, this is the overall median • Upper quartile – or third quartile, it is the median of the data values in the upper half of a data set • Quartiles may help in seeing the variation in a data set

  6. Quartiles • For example (bank waiting times): lower quartile median upper quartile Big Bank: 4.1 5.2 5.6 6.2 6.7 7.2 7.7 7.7 8.5 9.3 11.0 Best Bank: 6.6 6.7 6.7 6.9 7.1 7.2 7.3 7.4 7.7 7.8 7.8 Big Bank range: 11.0 – 4.1 = 6.9 Best Bank range: 7.8 – 6.6 = 1.2

  7. Descriptive Statistics • The Five Number Summary consists of: • The minimum value • The lower quartile (first quartile) • The median (second quartile) • The upper quartile (third quartile) • The maximum value • In SPSS, first quartile is 25th percentile, second quartile is 50th percentile, and third quartile is 75th percentile

  8. Standard Deviation • Quartiles are OK for characterizing data, but standard deviation is preferred by statisticians • It is a measure of how far data values are spread around the mean of a data set • Don’t calculate by hand, use SPSS

  9. Standard Deviation • A simple way to estimate standard deviation is the range estimate rule • Divide range by 4 • Watch for outliers. These are too high or too low values. • If a value is more than 2*std above or below the mean, it could possibly be an outlier.Calculate: mean + 2*STD and mean – 2*STD

  10. Look for outliers, how? • Find the mean • Find the standard deviation • high = mean + 2 * STD • low = mean – 2 * STD • e.g., mean = 124, STD = 32, then • high = mean + 2*32 = 124 + 64 = 188 • low = mean – 2*32 = 124 – 64 = 60 • look for values >188 and values <60

  11. Estimate Standard Deviation • Go back to Big Bank / Best Bank example • Big Bank: range = 6.9 • 6.9 / 4 = 1.7 • Actual standard deviation is 1.96 • Best Bank: range = 1.2 • 1.2 / 4 = 0.3 • Actual standard deviation is 0.44

  12. Normal ‘bell curve’ numbers, from -4 to 4, represent the standard deviations units

  13. normal curve with std

  14. region of bell curve: +/- 1 std (2 * 34.13 % = 68.3%)

  15. region of bell curve: +/- 2 std (2*13.59%+2*34.13% = 95.4%)

  16. red: < 2 std or > 2 std from the mean

  17. Histograms • Nice way to view a data set • A histogram is a chart similar to a dotplot created by defining a set of bins and counting how many data points lie in each bin. Bars are drawn with height proportional to the number of data points in each bin.

  18. Example Histogram

  19. Statistics and SPSS • While Excel can do some basic statistics, it is not considered a serious statistics tool • You really should use something like SPSS (statistical package for social sciences) • We will be using SPSS since DePaul has a site license for this application

  20. Try this example • Download the dataset Grades.xls from the QRC website (under older data) and start SPSS • Import the Excel data into SPSS • Change the variable names and set data to numeric (not text) • Click on Analyze -> Descriptive Statistics -> Frequencies

  21. Example continued • When importing data, if the numeric fields show as ‘$’, ‘%’, or ‘#’, then PASW will have difficulty converting to numeric • In most cases, SPSS will briefly display dollar signs indicating that conversion is taking place.

  22. Example continued • Using the grades for Exam 2, find the • 5 number summary (minimum, 1st quartile, median, 3rd quartile, maximum) • mean • range, and • standard deviation

  23. SPSS results

  24. Some interesting tools • Random coin flipperhttp://www.random.org/coins/ • simulation of rolling pairs of dice • http://www2.whidbey.net/ohmsmath/webwork/javascript/dice2rol.htm • check for bell curve with dicehttp://academic.evergreen.edu/curricular/doingscience/flash/sumdice.html

  25. Pivot Tables/Crosstabs • Next topic pivot tables and crosstabs

  26. Pivot Tables • Suppose you have just performed a survey. • One of the questions you ask is, what type of home computer connection do you have? • Answers can be: none, dial-up, dsl, cable, other, not sure.

  27. Pivot Tables • Here are some of your results Respondent ID Cable Type 11111 no 11112 ds 11113 cm 11114 dk 11115 du 11116 du Where no = none; ds = dsl; cm = cable modem; du = dial up; dk = don’t know; ot = other

  28. Frequency Tables • SPSS can be used to count the occurences of data, similar to pivot table in Excel • Enter or import data into SPSS • Use Analyze -> Descriptive Statistics -> Frequencies • Select variables, move from left box to the right . Uncheck Display Frequencies Table • Run it

  29. Crosstabulations(Crosstabs) • Crosstabs are an extension of pivot tables • Suppose you have asked a number of students: How many schools did you apply to? • You get results something like the following (in a spreadsheet):

  30. Crosstabs Respondent ID Sex Number of Schools 1 F 3 2 M 3 3 F 4 4 F 1 5 M 2 6 M 5 7 F 4 8 F 2 9 F 3 10 M 5 11 M 6 download this from D2L, course practice files

  31. Crosstabs • Now open the data in SPSS (import survey1.xls from class D2L) • Then pull down the menu Analyze and click on Descriptive Statistics, then Crosstabs • What variable do you want in the row? The column? • When ready, click OK to perform the crosstab

  32. Crosstabs in Access • You can also perform cross-tabulations using an Access (Microsoft database app) • You need to create a crosstab query* • In the Show Table dialog box, click the tab that lists the table whose data you want to work with. *query is a tool for extracting information from your database

  33. Crosstabs in Access • Add the fields to the Field row in the design grid. Note: Since we want to perform a crosstab query on ‘Sex’ and ‘Number of Schools’, bring the field ‘Sex’ down once and ‘Number of Schools’ down twice.

  34. Crosstabs • Click on the Query drop down menu and select Crosstab Query. • Now, under Crosstab under the Sex column, click on Column Heading. Under the first Number Schools Crosstab, click on Row Heading. Under the second Number Schools Crosstab, click on Value. On this second Number Schools column, click on Group By and select Count. • Run the Query

More Related