万本电子书0元读

万本电子书0元读

顶部广告

R Statistics Cookbook电子书

售       价:¥

12人正在读 | 0人评论 6.2

作       者:Francisco Juretig

出  版  社:Packt Publishing

出版时间:2019-03-29

字       数:40.9万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Solve real-world statistical problems using the most popular R packages and techniques Key Features * Learn how to apply statistical methods to your everyday research with handy recipes * Foster your analytical skills and interpret research across industries and business verticals * Perform t-tests, chi-squared tests, and regression analysis using modern statistical techniques Book Description R is a popular programming language for developing statistical software. This book will be a useful guide to solving common and not-so-common challenges in statistics. With this book, you'll be equipped to confidently perform essential statistical procedures across your organization with the help of cutting-edge statistical tools. You'll start by implementing data modeling, data analysis, and machine learning to solve real-world problems. You'll then understand how to work with nonparametric methods, mixed effects models, and hidden Markov models. This book contains recipes that will guide you in performing univariate and multivariate hypothesis tests, several regression techniques, and using robust techniques to minimize the impact of outliers in data.You'll also learn how to use the caret package for performing machine learning in R. Furthermore, this book will help you understand how to interpret charts and plots to get insights for better decision making. By the end of this book, you will be able to apply your skills to statistical computations using R 3.5. You will also become well-versed with a wide array of statistical techniques in R that are extensively used in the data science industry. What you will learn * Become well versed with recipes that will help you interpret plots with R * Formulate advanced statistical models in R to understand its concepts * Perform Bayesian regression to predict models and input missing data * Use time series analysis for modelling and forecasting temporal data * Implement a range of regression techniques for efficient data modelling * Get to grips with robust statistics and hidden Markov models * Explore ANOVA (Analysis of Variance) and perform hypothesis testing Who this book is for If you are a quantitative researcher, statistician, data analyst, or data scientist looking to tackle various challenges in statistics, this book is what you need! Proficiency in R programming and basic knowledge of linear algebra is necessary to follow along the recipes covered in this book.
目录展开

About Packt

Why subscribe?

Packt.com

Contributors

About the author

About the reviewer

Packt is searching for authors like you

Preface

Who this book is for

What this book covers

To get the most out of this book

Download the example code files

Download the color images

Conventions used

Sections

Getting ready

How to do it…

How it works…

There's more…

See also

Get in touch

Reviews

Getting Started with R and Statistics

Introduction

Technical requirements

Maximum likelihood estimation

Getting ready

How to do it...

How it works...

There's more...

See also

Calculating densities, quantiles, and CDFs

Getting ready

How to do it...

How it works...

There's more...

Creating barplots using ggplot

Getting ready

How to do it...

How it works...

There's more...

See also

Generating random numbers from multiple distributions

Getting ready

How to do it...

How it works...

There's more...

Complex data processing with dplyr

Getting ready

How to do it...

How it works...

There's more...

See also

3D visualization with the plot3d package

Getting ready

How to do it...

How it works...

Formatting tabular data with the formattable package

Getting ready

How to do it...

How it works...

There's more...

Simple random sampling

Getting ready

How to do it...

How it works...

Creating diagrams via the DiagrammeR package

Getting ready

How to do it...

How it works...

See also

C++ in R via the Rcpp package

Getting ready

How to do it...

How it works...

See also

Interactive plots with the ggplot GUI package

Getting ready

How to do it...

How it works...

There's more...

Animations with the gganimate package

Getting ready

How to do it...

How it works...

See also

Using R6 classes

Getting ready

How to do it...

How it works...

There's more...

Modeling sequences with the TraMineR package

Getting ready

How to do it...

How it works...

There's more...

Clustering sequences with the TraMineR package

Getting ready

How to do it...

How it works...

There's more...

Displaying geographical data with the leaflet package

Getting ready

How to do it...

How it works...

Univariate and Multivariate Tests for Equality of Means

Introduction

The univariate t-test

Getting ready

How to do it...

How it works...

There's more...

The Fisher-Behrens problem

How to do it...

How it works...

There's more...

Paired t-test

How to do it...

How it works...

There's more...

Calculating ANOVA sum of squares and F tests

How to do it...

Two-way ANOVA

How to do it...

How it works...

There's more...

Type I, Type II, and Type III sum of squares

Type I

Type II

Type III

Getting ready

How to do it...

How it works...

Random effects

Getting ready

How to do it...

How it works...

There's more...

Repeated measures

Getting ready

How to do it...

How it works...

There's more...

Multivariate t-test

Getting ready...

How to do it...

How it works...

There's more...

MANOVA

Getting ready

How to do it...

How it works...

There's more...

Linear Regression

Introduction

Computing ordinary least squares estimates

How to do it...

How it works...

Reporting results with the sjPlot package

Getting ready

How to do it...

How it works...

There's more...

Finding correlation between the features

Getting ready...

How to do it...

Testing hypothesis

Getting ready

How to do it...

How it works...

Testing homoscedasticity

Getting ready

How to do it...

How it works...

Implementing sandwich estimators

Getting ready

How to do it...

How it works...

Variable selection

Getting ready

How to do it...

How it works...

Ridge regression

Getting ready

How to do it...

How it works...

Working with LASSO

Getting ready

How to do it...

How it works...

There's more...

Leverage, residuals, and influence

Getting ready

How to do it...

How it works...

Bayesian Regression

Introduction

Getting the posterior density in STAN

Getting ready

How to do it...

How it works...

Formulating a linear regression model

Getting ready

How to do it...

How it works...

There's more...

Assigning the priors

Defining the support

How to decide the parameters for a prior

Getting ready

How to do it...

How it works...

Doing MCMC the manual way

Getting ready

How to do it...

How it works...

Evaluating convergence with CODA

One or multiple chains?

Getting ready

How to do it...

How it works...

There's more...

Bayesian variable selection

Getting ready

How to do it...

How it works...

There's more...

See also

Using a model for prediction

Getting ready

How to do it...

How it works...

GLMs in JAGS

Getting ready

How to do it...

How it works...

Nonparametric Methods

Introduction

The Mann-Whitney test

How to do it...

How it works...

There's more...

Estimating nonparametric ANOVA

Getting ready

How to do it...

How it works...

The Spearman's rank correlation test

How to do it...

How it works...

There's more...

LOESS regression

Getting ready

How to do it...

How it works...

There's more...

Finding the best transformations via the acepack package

Getting ready

How to do it...

How it works...

There is more...

Nonparametric multivariate tests using the npmv package

Getting ready

How to do it...

How it works...

Semiparametric regression with the SemiPar package

Getting ready

How to do it...

How it works...

There's more...

Robust Methods

Introduction

Robust linear regression

Getting ready

How to do it...

How it works...

Estimating robust covariance matrices

Getting ready

How to do it...

How it works...

Robust logistic regression

Getting ready

How to do it...

How it works...

Robust ANOVA using the robust package

Getting ready

How to do it...

How it works...

Robust principal components

Getting ready

How to do it...

How it works...

Robust Gaussian mixture models with the qclust package

Getting ready

How to do it...

How it works...

Robust clustering

Getting ready

How to do it...

How it works...

Time Series Analysis

Introduction

The general ARIMA model

Getting ready

How to do it...

How it works...

Seasonality and SARIMAX models

Getting ready

How to do it...

There's more...

Choosing the best model with the forecast package

Getting ready

How to do it...

How it works...

Vector autoregressions (VARs)

Getting ready

How to do it...

How it works...

Facebook's automatic Prophet forecasting

Getting ready

How to do it...

How it works...

There's more...

Modeling count temporal data

Getting ready

How to do it...

There's more...

Imputing missing values in time series

Getting ready

How to do it...

How it works...

There's more...

Anomaly detection

Getting ready

How to do it...

How it works...

There's more...

Spectral decomposition of time series

Getting ready

How to do it...

How it works...

Mixed Effects Models

Introduction

The standard model and ANOVA

Getting ready

How to do it...

How it works...

Some useful plots for mixed effects models

Getting ready

How to do it...

There's more...

Nonlinear mixed effects models

Getting ready

How to do it...

How it works...

There's more...

Crossed and nested designs

Crossed design

Nested design

Getting ready

How to do it...

How it works..

Robust mixed effects models with robustlmm

Getting ready

How to do it...

How it works...

Choosing the best linear mixed model

Getting ready

How to do it...

How it works...

Mixed generalized linear models

Getting ready

How to do it...

How it works...

There's more...

Predictive Models Using the Caret Package

Introduction

Data splitting and general model fitting

Getting ready

How to do it...

How it works...

There's more...

See also

Preprocessing

Getting ready

How to do it...

How it works...

Variable importance and feature selection

Getting ready

How to do it...

How it works...

Model tuning

Getting ready

How to do it...

How it works...

Classification in caret and ROC curves

Getting ready

How to do it...

How it works...

Gradient boosting and class imbalance

Getting ready

How to do it...

How it works...

Lasso, ridge, and elasticnet in caret

Getting ready

How to do it...

How it works...

Logic regression

Getting ready

How to do it...

How it works...

Bayesian Networks and Hidden Markov Models

Introduction

A discrete Bayesian network via bnlearn

Getting ready

How to do it...

How it works...

There's more...

See also

Conditional independence tests

Getting ready

How to do it...

How it works...

There's more...

Continuous and hybrid Bayesian networks via bnlearn

Getting ready

How to do it...

How it works...

See also

Interactive visualization of BNs with the bnviewer package

Getting ready

How to do it...

How it works...

An introductory hidden Markov model

Getting ready

How to do it...

How it works...

There's more...

Regime switching in financial data via HMM

Getting ready

How to do it...

How it works...

There's more...

Other Books You May Enjoy

Leave a review - let other readers know what you think

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部