- 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."
- Spring Cloud Alibaba核心技術與實戰案例
- 工程軟件開發技術基礎
- Practical UX Design
- 摩登創客:與智能手機和平板電腦共舞
- 兩周自制腳本語言
- 控糖控脂健康餐
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- Python進階編程:編寫更高效、優雅的Python代碼
- Bootstrap Essentials
- 網店設計看這本就夠了
- WordPress 4.0 Site Blueprints(Second Edition)
- 編程與類型系統
- Mastering Git
- Android傳感器開發與智能設備案例實戰