Flexible Regression and Smoothing
eBook - ePub

Flexible Regression and Smoothing

Using GAMLSS in R

Mikis D. Stasinopoulos, Robert A. Rigby, Gillian Z. Heller, Vlasios Voudouris, Fernanda De Bastiani

Share book
  1. 549 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Flexible Regression and Smoothing

Using GAMLSS in R

Mikis D. Stasinopoulos, Robert A. Rigby, Gillian Z. Heller, Vlasios Voudouris, Fernanda De Bastiani

Book details
Book preview
Table of contents
Citations

About This Book

This book is about learning from data using the Generalized Additive Models for Location, Scale and Shape (GAMLSS). GAMLSS extends the Generalized Linear Models (GLMs) and Generalized Additive Models (GAMs) to accommodate large complex datasets, which are increasingly prevalent.

In particular, the GAMLSS statistical framework enables flexible regression and smoothing models to be fitted to the data. The GAMLSS model assumes that the response variable has any parametric (continuous, discrete or mixed) distribution which might be heavy- or light-tailed, and positively or negatively skewed. In addition, all the parameters of the distribution (location, scale, shape) can be modelled as linear or smooth functions of explanatory variables.

Key Features:



  • Provides a broad overview of flexible regression and smoothing techniques to learn from data whilst also focusing on the practical application of methodology using GAMLSS software in R.


  • Includes a comprehensive collection of real data examples, which reflect the range of problems addressed by GAMLSS models and provide a practical illustration of the process of using flexible GAMLSS models for statistical learning.


  • R code integrated into the text for ease of understanding and replication.


  • Supplemented by a website with code, data and extra materials.

This book aims to help readers understand how to learn from data encountered in many fields. It will be useful for practitioners and researchers who wish to understand and use the GAMLSS models to learn from data and also for students who wish to learn GAMLSS through practical examples.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Flexible Regression and Smoothing an online PDF/ePUB?
Yes, you can access Flexible Regression and Smoothing by Mikis D. Stasinopoulos, Robert A. Rigby, Gillian Z. Heller, Vlasios Voudouris, Fernanda De Bastiani in PDF and/or ePUB format, as well as other popular books in Mathematik & Wahrscheinlichkeitsrechnung & Statistiken. We have over one million books available in our catalogue for you to explore.

Information

Part IV

Model terms

8

Linear parametric additive terms

CONTENTS
8.1 Introduction to linear and additive terms
8.2 Linear additive terms
8.2.1 Linear main effects
8.2.2 Linear interactions
8.3 Polynomials
8.4 Fractional polynomials
8.5 Piecewise polynomials and regression splines
8.6 B-splines
8.7 Free knot models
8.8 Example: the CD4 data
8.8.1 Orthogonal polynomials
8.8.2 Fractional polynomials
8.8.3 Piecewise polynomials
8.8.4 Free knot models
8.9 Bibliographic notes
8.10 Exercises

8.1 Introduction to linear and additive terms

This chapter explains the types of linear terms within GAMLSS models, and how they can be used. In particular it explains:
1. linear terms and interactions for factors and numerical explanatory variables, and
2. different useful bases used for explanatory variables.
This chapter is essential for understanding the different types of additive terms in GAMLSS.
GAMLSS allows modelling of all the distribution parameters μ, σ, ν and τ as linear and/or nonlinear and/or ‘nonparametric’ smoothing functions of the explanatory variables. This allows the explanatory variables to affect the predictors of the specific parameters and consequently the parameters themselves. Therefore, while it is usual in regression modelling for the explanatory variables to affect the mean of the response variable, in GAMLSS the location, scale and shape of the response distribution could all be affected by the explanatory variables.
We shall refer to the explanatory variables as terms in the model. The relationships between a predictor Ρ and the terms can be linear or nonlinear. A nonlinear relationship can be parametric nonlinear or a smoother. As an example of a parametric nonlinear relationship, consider the expression β1xβ2 where β1 and β2 are parameters to be estimated. Smoothers are nonparametric techniques which allow the data to determine the relationship between the predictor and the explanatory variables. See Chapter 9 for more details about additive smoothing terms.
By additive terms we refer to the fact that in order to evaluate the effect of the explanatory variables on the predictor for a specific distribution parameter, we have to sum th...

Table of contents