- 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."
- Mobile Application Development:JavaScript Frameworks
- Python數(shù)據(jù)可視化:基于Bokeh的可視化繪圖
- MATLAB應(yīng)用與實(shí)驗(yàn)教程
- 高級(jí)C/C++編譯技術(shù)(典藏版)
- Mastering JavaScript Design Patterns(Second Edition)
- UVM實(shí)戰(zhàn)
- Unity 2018 Shaders and Effects Cookbook
- 速學(xué)Python:程序設(shè)計(jì)從入門到進(jìn)階
- 從Power BI到Analysis Services:企業(yè)級(jí)數(shù)據(jù)分析實(shí)戰(zhàn)
- Python大規(guī)模機(jī)器學(xué)習(xí)
- Python Linux系統(tǒng)管理與自動(dòng)化運(yùn)維
- Ionic3與CodePush初探:支持跨平臺(tái)與熱更新的App開(kāi)發(fā)技術(shù)
- Isomorphic Go
- 你好!Python
- 大話C語(yǔ)言