- Data Analysis with IBM SPSS Statistics
- Kenneth Stehlik Barry Anthony J. Babinec
- 179字
- 2021-07-02 18:13:41
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "we will focus on the Extreme Values table and the boxplot."
A block of code is set as follows:
FREQUENCIES VARIABLES=Price
/FORMAT=NOTABLE
/PERCENTILES=1.0 5.0 10.0 25.0 50.0 75.0 90.0 95.0 99.0
/STATISTICS=MINIMUM MAXIMUM
/HISTOGRAM
/ORDER=ANALYSIS.
Any command-line input or output is written as follows:
RECODE quality (1 thru 3=0) (4 thru 5=1) INTO qualsatpos.
VARIABLE LABELS qualsatpos 'Satisfied with Quality.
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "In order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter."
- 數據結構(Python語言描述)(第2版)
- 深入理解Java7:核心技術與最佳實踐
- Visual Basic學習手冊
- Spring+Spring MVC+MyBatis整合開發實戰
- Python編程:從入門到實踐
- Mastering ROS for Robotics Programming
- SQL Server數據庫管理與開發兵書
- Android移動開發案例教程:基于Android Studio開發環境
- Scala編程(第5版)
- Illustrator CS6設計與應用任務教程
- 每個人的Python:數學、算法和游戲編程訓練營
- MySQL數據庫教程(視頻指導版)
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)
- Switching to Angular 2
- 算法(第4版)