- Data Analysis with IBM SPSS Statistics
- Kenneth Stehlik Barry Anthony J. Babinec
- 213字
- 2021-07-02 18:13:51
Boxplot
The final piece of output from explore is the box and whisker plot. I have added an image after this paragraph for your understanding. This is a visual representation of the dispersion of values around the median.
The box contains the middle 50% of the values with a heavy line at the median. In this box plot, the line is at 13, which is the median value shown in the Descriptives table. The bottom of the box is at 12 and the top is at 16, which is consistent with the interquartile range value in the Descriptive table. The T or whisker lines above and below the box mark the boundaries of the typical or non-extreme portion of the values. As values are bound by 0-20 and the median is at 13, the upper whisker is shorter than the lower one.
Additionally, the extreme values are all at the bottom (the 17 individuals who reported 5 or fewer years of schooling) of the range. The case numbers in the data for the extreme values are displayed on the graph if there is sufficient space to do so. Here, 16 of the 17 fit on the graph. These numbers correspond to the row in the dataset with the associated value for this field:

- UI圖標(biāo)創(chuàng)意設(shè)計(jì)
- Animate CC二維動畫設(shè)計(jì)與制作(微課版)
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- Bootstrap 4:Responsive Web Design
- Reactive Android Programming
- 數(shù)據(jù)結(jié)構(gòu)案例教程(C/C++版)
- CoffeeScript Application Development Cookbook
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- App Inventor 2 Essentials
- Node.js區(qū)塊鏈開發(fā)
- Android Studio開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到App上線 (移動開發(fā)叢書)
- Modular Programming with JavaScript
- Java Web開發(fā)基礎(chǔ)與案例教程
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)
- 用Go語言自制編譯器