Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
R Statistics Cookbook

You're reading from  R Statistics Cookbook

Product type Book
Published in Mar 2019
Publisher Packt
ISBN-13 9781789802566
Pages 448 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Francisco Juretig Francisco Juretig
Profile icon Francisco Juretig

Table of Contents (12) Chapters

Preface Getting Started with R and Statistics Univariate and Multivariate Tests for Equality of Means Linear Regression Bayesian Regression Nonparametric Methods Robust Methods Time Series Analysis Mixed Effects Models Predictive Models Using the Caret Package Bayesian Networks and Hidden Markov Models Other Books You May Enjoy

Choosing the best model with the forecast package

Based on the partial autocorrelation function (PACF) and ACF plots, we usually define a model that matches the data reasonably well. We can choose the best model by comparing their Aikake information criterion (AIC) values, and picking the model with the smallest value.

However, this is not very practical when we need to work with many time series. The forecast package offers a function that is quite often used in the industry, which is the auto.arima() function. With this function, we can specify the maximum number of p,q orders that we want to try, along with the maximum P,Q orders for the seasonal part. It has a very important parameter called stepwise, which governs how the search is done. If we want it done by searching among all possible models, we want stepwise=FALSE. It is certainly the best option when the model can...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}