- Learning Bayesian Models with R
- Dr. Hari M. Koduvely
- 166字
- 2021-07-09 21:22:33
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: "The first function is gibbs_met
."
A block of code is set as follows:
myMean ←function(x){ s ←sum(x) l ←length(x) mean ←s/l mean } >x ←c(10,20,30,40,50) >myMean(x) [1] 30
Any command-line input or output is written as follows:
setwd("directory path")
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 set this from the menu bar of RStudio by clicking on Session | Set Working Directory."
推薦閱讀
- Android應(yīng)用程序開發(fā)與典型案例
- 軟件項目管理(第2版)
- Servlet/JSP深入詳解
- TypeScript實戰(zhàn)指南
- 從0到1:Python數(shù)據(jù)分析
- 劍指Java:核心原理與應(yīng)用實踐
- Python編程從0到1(視頻教學(xué)版)
- Python機器學(xué)習(xí):預(yù)測分析核心算法
- Java程序設(shè)計案例教程
- AutoCAD 2009實訓(xùn)指導(dǎo)
- 深入淺出Go語言編程
- CRYENGINE Game Development Blueprints
- Scratch·愛編程的藝術(shù)家
- Elasticsearch Essentials
- Oracle數(shù)據(jù)庫編程經(jīng)典300例