- Data Analysis with Stata
- Prasad Kothari
- 166字
- 2021-07-09 21:31:07
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 can include other contexts through the use of the include
directive."
A block of code is set as follows:
infix dictionary using Survey2010.dat { dta rowtype 1-2 yr 3-4 quart5 […] }
Any command-line input or output is written as follows:
assert popscon>0, assert popscon<0
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: " You can also select the Reporting tab and select the Report estimated coefficients option."
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- HTML5移動(dòng)Web開發(fā)技術(shù)
- Building a Home Security System with Raspberry Pi
- Java高并發(fā)核心編程(卷2):多線程、鎖、JMM、JUC、高并發(fā)設(shè)計(jì)模式
- Magento 2 Theme Design(Second Edition)
- Visual Basic程序設(shè)計(jì)教程
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- Apache Mesos Essentials
- 程序設(shè)計(jì)基礎(chǔ)教程:C語言
- ANSYS Fluent 二次開發(fā)指南
- Python編程從0到1(視頻教學(xué)版)
- jQuery Mobile移動(dòng)應(yīng)用開發(fā)實(shí)戰(zhàn)(第3版)
- UI設(shè)計(jì)全書(全彩)
- 區(qū)塊鏈國產(chǎn)化實(shí)踐指南:基于Fabric 2.0
- JavaScript重難點(diǎn)實(shí)例精講