- 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."
- C程序設(shè)計(jì)簡(jiǎn)明教程(第二版)
- Getting Started with ResearchKit
- RTC程序設(shè)計(jì):實(shí)時(shí)音視頻權(quán)威指南
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Learning Network Forensics
- 重學(xué)Java設(shè)計(jì)模式
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- PySide 6/PyQt 6快速開(kāi)發(fā)與實(shí)戰(zhàn)
- C專(zhuān)家編程
- Scratch·愛(ài)編程的藝術(shù)家
- ExtJS Web應(yīng)用程序開(kāi)發(fā)指南第2版
- 編程的原則:改善代碼質(zhì)量的101個(gè)方法
- HTML5 Canvas核心技術(shù):圖形、動(dòng)畫(huà)與游戲開(kāi)發(fā)
- Spring Boot從入門(mén)到實(shí)戰(zhàn)
- 基于JavaScript的WebGIS開(kāi)發(fā)