Mixed Models
eBook - ePub

Mixed Models

Theory and Applications with R

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Mixed Models

Theory and Applications with R

About this book

Praise for the First Edition

"This book will serve to greatly complement the growing number of texts dealing with mixed models, and I highly recommend including it in one's personal library."

—Journal of the American Statistical Association

 

 Mixed modeling is a crucial area of statistics, enabling the analysis of clustered and longitudinal data. Mixed Models: Theory and Applications with R, Second Edition fills a gap in existing literature between mathematical and applied statistical books by presenting a powerful examination of mixed model theory and application with special attention given to the implementation in R.

The new edition provides in-depth mathematical coverage of mixed models' statistical properties and numerical algorithms, as well as nontraditional applications, such as regrowth curves, shapes, and images. The book features the latest topics in statistics including modeling of complex clustered or longitudinal data, modeling data with multiple sources of variation, modeling biological variety and heterogeneity, Healthy Akaike Information Criterion (HAIC), parameter multidimensionality, and statistics of image processing.

Mixed Models: Theory and Applications with R, Second Edition features unique applications of mixed model methodology, as well as:

  • Comprehensive theoretical discussions illustrated by examples and figures
  • Over 300 exercises, end-of-section problems, updated data sets, and R subroutines
  • Problems and extended projects requiring simulations in R intended to reinforce material
  • Summaries of major results and general points of discussion at the end of each chapter
  • Open problems in mixed modeling methodology, which can be used as the basis for research or PhD dissertations

Ideal for graduate-level courses in mixed statistical modeling, the book is also an excellent reference for professionals in a range of fields, including cancer research, computer science, and engineering.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
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.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
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.
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.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Mixed Models by Eugene Demidenko in PDF and/or ePUB format, as well as other popular books in Mathematics & Probability & Statistics. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Wiley
Year
2013
Print ISBN
9781118091579
eBook ISBN
9781118592991

Chapter 1

Introduction: Why Mixed Models?

Big ideas have many names and applications. Sometimes the mixed model is called the model for repeated measurements, sometimes a hierarchical model. Sometimes the mixed model is used to analyze clustered or panel data, sometimes longitudinal data.
Mixed model methodology brings statistics to the next level. In classical statistics a typical assumption is that observations are drawn from the same general population and are independent and identically distributed. Mixed model data have a more complex, multilevel, hierarchical structure. Observations between levels or clusters are independent, but observations within each cluster are dependent because they belong to the same subpopulation. Consequently, we speak of two sources of variation: between clusters and within clusters.
Mixed model is also well suited for the analysis of longitudinal data, where each time series constitutes an individual curve, a cluster. Mixed model is well suited for biological and medical data, which display notorious heterogeneity of responses to stimuli and treatment. An advantage of the mixed model is the ability to genuinely combine the data by introducing multilevel random effects. Mixed model is a nonlinear statistical model, due mainly to the presence of variance parameters, and thus it requires special theoretical treatment. The goal of this book is to provide systematic coverage and development of all spectra of mixed models: linear, generalized linear, and nonlinear.
The aim of this chapter is to show the variety of applications for which the mixed model methodology can be useful, or even a breakthrough. For example, application of mixed modeling methodology to shape and image analysis seems especially exciting and challenging.
Mixed models can be used for the following purposes:
  • To model complex clustered or longitudinal data.
  • To model data with multiple sources of variation.
  • To model biological variety and heterogeneity.
  • As a compromise between the frequentist and Bayesian approaches.
  • As a statistical model for the penalized log-likelihood.
  • To provide a theoretical basis for the Healthy Akaike Information Criterion (HAIC).
  • To cope with parameter multidimensionality.
  • As a statistical model to solve ill-posed problems, including image reconstruction problems.
  • To model shapes and images.
An important feature of this book is that it provides numerical algorithms as a realization of statistical methods that it develops. We strongly believe that an approach is not valuable without an appropriate efficient algorithm. Each chapter ends with a summary points section that may help the reader to quickly grasp the chapter’s major points.

1.1 Mixed effects for clustered data

The mixed effects approach copes with clustered data that can be viewed as a sample of samples. To illustrate, let us consider the relationship between price (x) and sales (y). Let {(xk, yk), k = 1,…, K} be the sample of observations collected on price and sales for several commodities. Plotting y versus x reveals that the relationship is close to linear with a negative slope; see the left-hand panel in Figure 1.1. In classical statistics it is assumed that pairs (xk, yk) are independent and identically distributed (iid) with the regression line E(y|x) = α + βx. However, one may argue that we deal with clustered data, where each cluster is a commodity. In the right-hand panel, we connect observation points for each commodity and obtain a reverse picture—increase in price leads to increase in sales. A paradox?
FIGURE 1.1. Classical and mixed effects approaches lead to reverse conclusions. Left: In the classical approach, it is assumed that observations are independent and identically distributed, resulting in a negative relationship. The straight line shows simple regression estimated by ordinary least squares. Right: In the mixed effects approach, it is assumed that each commodity represents a cluster and therefore that an increase in price for a specific commodity leads to an increase in sales. The straight line shows the linear mixed effects model with population-averaged slope and commodity-specific intercept.
Classical statistics assumes the model
(1.1)
equation
where the {εk} are independent and identically distributed random variables with zero mean and constant variance σ2. In other words, it is assumed that the data are collected from similar, homogeneous commodities. As follows from the right panel, the commodities are not homogeneous and vary substantially in terms of price and sales. An adequate model for the sales problem would be to assume that each commodity has its own commodity-specific sales (in statistical language, intercept); namely,
(1.2)
equation
Note that we use a double index now because we are dealing with clustered/panel/tabular data: i corresponds to the ith commodity, j corresponds to the jth observation of the ith commodity, ni is the number of observations for the ith commodity, and αi is the ...

Table of contents

  1. Cover
  2. Half Title page
  3. Title page
  4. Copyright page
  5. Dedication
  6. Preface
  7. Preface to the Second Edition
  8. R Software and Functions
  9. Data Sets
  10. Open Problems in Mixed Models
  11. Chapter 1: Introduction: Why Mixed Models?
  12. Chapter 2: MLE for the LME Model
  13. Chapter 3: Statistical Properties of the LME Model
  14. Chapter 4: Growth Curve Model and Generalizations
  15. Chapter 5: Meta-analysis Model
  16. Chapter 6: Nonlinear Marginal Model
  17. Chapter 7: Generalized Linear Mixed Models
  18. Chapter 8: Nonlinear Mixed Effects Model
  19. Chapter 9: Diagnostics and Influence Analysis
  20. Chapter 10: Tumor Regrowth Curves
  21. Chapter 11: Statistical Analysis of Shape
  22. Chapter 12: Statistical Image Analysis
  23. Chapter 13: Appendix: Useful Facts and Formulas
  24. References
  25. Index