- 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."
- 計算思維與算法入門
- Deploying Node.js
- Learn Blockchain Programming with JavaScript
- Node.js+Webpack開發實戰
- 企業級Java EE架構設計精深實踐
- Spring核心技術和案例實戰
- Java語言程序設計教程
- TMS320LF240x芯片原理、設計及應用
- Fast Data Processing with Spark(Second Edition)
- Mastering ArcGIS Server Development with JavaScript
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序
- C# 10核心技術指南
- 流暢的Python
- 陪孩子像搭積木一樣學編程:Python真好玩+Scratch趣味編程(全2冊)
- Java Web程序員面試筆試寶典