舉報

會員
Data Analysis with R
最新章節:
Index
Whetheryouarelearningdataanalysisforthefirsttime,oryouwanttodeepentheunderstandingyoualreadyhave,thisbookwillprovetoaninvaluableresource.Ifyouarelookingforabooktobringyouallthewaythroughthefundamentalstotheapplicationofadvancedandeffectiveanalyticsmethodologies,andhavesomepriorprogrammingexperienceandamathematicalbackground,thenthisisforyou.
目錄(128章)
倒序
- 封面
- 版權頁
- Credits
- About the Author
- About the Reviewer
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. RefresheR
- Navigating the basics
- Getting help in R
- Vectors
- Functions
- Matrices
- Loading data into R
- Working with packages
- Exercises
- Summary
- Chapter 2. The Shape of Data
- Univariate data
- Frequency distributions
- Central tendency
- Spread
- Populations samples and estimation
- Probability distributions
- Visualization methods
- Exercises
- Summary
- Chapter 3. Describing Relationships
- Multivariate data
- Relationships between a categorical and a continuous variable
- Relationships between two categorical variables
- The relationship between two continuous variables
- Visualization methods
- Exercises
- Summary
- Chapter 4. Probability
- Basic probability
- A tale of two interpretations
- Sampling from distributions
- The normal distribution
- Exercises
- Summary
- Chapter 5. Using Data to Reason About the World
- Estimating means
- The sampling distribution
- Interval estimation
- Smaller samples
- Exercises
- Summary
- Chapter 6. Testing Hypotheses
- Null Hypothesis Significance Testing
- Testing the mean of one sample
- Testing two means
- Testing more than two means
- Testing independence of proportions
- What if my assumptions are unfounded?
- Exercises
- Summary
- Chapter 7. Bayesian Methods
- The big idea behind Bayesian analysis
- Choosing a prior
- Who cares about coin flips
- Enter MCMC – stage left
- Using JAGS and runjags
- Fitting distributions the Bayesian way
- The Bayesian independent samples t-test
- Exercises
- Summary
- Chapter 8. Predicting Continuous Variables
- Linear models
- Simple linear regression
- Simple linear regression with a binary predictor
- Multiple regression
- Regression with a non-binary predictor
- Kitchen sink regression
- The bias-variance trade-off
- Linear regression diagnostics
- Advanced topics
- Exercises
- Summary
- Chapter 9. Predicting Categorical Variables
- k-Nearest Neighbors
- Logistic regression
- Decision trees
- Random forests
- Choosing a classifier
- Exercises
- Summary
- Chapter 10. Sources of Data
- Relational Databases
- Using JSON
- XML
- Other data formats
- Online repositories
- Exercises
- Summary
- Chapter 11. Dealing with Messy Data
- Analysis with missing data
- Analysis with unsanitized data
- Other messiness
- Exercises
- Summary
- Chapter 12. Dealing with Large Data
- Wait to optimize
- Using a bigger and faster machine
- Be smart about your code
- Using optimized packages
- Using another R implementation
- Use parallelization
- Using Rcpp
- Be smarter about your code
- Exercises
- Summary
- Chapter 13. Reproducibility and Best Practices
- R Scripting
- R projects
- Version control
- Communicating results
- Exercises
- Summary
- Index 更新時間:2021-07-30 09:55:45
推薦閱讀
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Learning Docker
- PHP 7底層設計與源碼實現
- 體驗設計原理:行為、情感和細節
- RTC程序設計:實時音視頻權威指南
- Learning SQLite for iOS
- PhoneGap Mobile Application Development Cookbook
- Ext JS 4 Web Application Development Cookbook
- Building RESTful Python Web Services
- C語言程序設計
- C++從入門到精通(第5版)
- Mastering Backbone.js
- Mastering Docker
- 創意UI:Photoshop玩轉APP設計
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- JavaScript Unit Testing
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- Bitcoin Essentials
- Beginning PHP
- Unreal Engine Game Development Cookbook
- Analytics for the Internet of Things(IoT)
- 瘋狂Ajax講義(第3版)
- 零基礎學Java(升級版)
- 微信小程序開發圖解案例教程:附精講視頻(第3版)
- Mastering Laravel
- Python數據結構與算法分析(第2版)
- Java高并發與集合框架:JCF和JUC源碼分析與實現
- 編程卓越之道(卷1):深入理解計算機(第2版)
- 從零開始學Scrapy網絡爬蟲(視頻教學版)
- MariaDB Essentials