Multilevel Modeling Using R
eBook - ePub

Multilevel Modeling Using R

W. Holmes Finch, Jocelyn E. Bolin, Ken Kelley

Condividi libro
  1. 242 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Multilevel Modeling Using R

W. Holmes Finch, Jocelyn E. Bolin, Ken Kelley

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

Like its bestselling predecessor, Multilevel Modeling Using R, Second Edition provides the reader with a helpful guide to conducting multilevel data modeling using the R software environment.

After reviewing standard linear models, the authors present the basics of multilevel models and explain how to fit these models using R. They then show how to employ multilevel modeling with longitudinal data and demonstrate the valuable graphical options in R. The book also describes models for categorical dependent variables in both single level and multilevel data.

New in the Second Edition:



  • Features the use of lmer (instead of lme ) and including the most up to date approaches for obtaining confidence intervals for the model parameters.


  • Discusses measures of R2 (the squared multiple correlation coefficient) and overall model fit.


  • Adds a chapter on nonparametric and robust approaches to estimating multilevel models, including rank based, heavy tailed distributions, and the multilevel lasso.


  • Includes a new chapter on multivariate multilevel models.


  • Presents new sections on micro-macro models and multilevel generalized additive models.

This thoroughly updated revision gives the reader state-of-the-art tools to launch their own investigations in multilevel modeling and gain insight into their research.

About the Authors:

W. Holmes Finch

is the George and Frances Ball Distinguished Professor of Educational Psychology at Ball State University.

Jocelyn E. Bolin

is a Professor in the Department of Educational Psychology at Ball State University.

Ken Kelley

is the Edward F. Sorin Society Professor of IT, Analytics and Operations and the Associate Dean for Faculty and Research for the Mendoza College of Business at the University of Notre Dame.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Multilevel Modeling Using R è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Multilevel Modeling Using R di W. Holmes Finch, Jocelyn E. Bolin, Ken Kelley in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Mathématiques e Probabilités et statistiques. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
2019
ISBN
9781351062244

1

Linear Models

Statistical models provide powerful tools to researchers in a wide array of disciplines. Such models allow for the examination of relationships among multiple variables, which in turn can lead to a better understanding of the world. For example, sociologists use linear regression to gain insights into how factors such as ethnicity, gender, and level of education are related to an individual’s income. Biologists can use the same type of model to understand the interplay between sunlight, rainfall, industrial runoff, and biodiversity in a rain forest. And using linear regression, educational researchers can develop powerful tools for understanding the role that different instructional strategies have on student achievement. In addition to providing a path by which various phenomena can be better understood, statistical models can also be used as predictive tools. For example, econometricians might develop models to predict labor market participation given a set of economic inputs, whereas higher education administrators may use similar types of models to predict grade point average for prospective incoming freshmen in order to identify those who might need academic assistance during their first year of college.
As can be seen from these few examples, statistical modeling is very important across a wide range of fields, providing researchers with tools for both explanation and prediction. Certainly, the most popular of such models over the last 100 years of statistical practice has been the general linear model (GLM). The GLM links a dependent, or outcome variable to one or more independent variables, and can take the form of such popular tools as analysis of variance (ANOVA) and regression. Given its popularity and utility, and the fact that it serves as the foundation for many other models, including the multilevel models featured in this book, we will start with a brief review of the linear model, particularly focusing on regression. This review will include a short technical discussion of linear regression models, followed by a description of how they can be estimated using the R language and environment (R Development Core Team, 2012). The technical aspects of this discussion are purposefully not highly detailed, as we focus on the model from a conceptual perspective. However, sufficient detail is presented so that the reader having only limited familiarity with the linear regression model will be provided with a basis for moving forward to multilevel models, and so that particular features of these more complex models that are shared with the linear model can be explicated. Readers particularly familiar with linear regression and with using R to conduct such analyses may elect to skip this chapter with no loss of understanding in future chapters.

Simple Linear Regression

As noted above, the GLM framework serves as the basis for the multilevel models that we describe in subsequent chapters. Thus, in order to provide the foundation for the rest of the book, we will focus in this chapter on the linear regression model, although its form and function can easily be translated to ANOVA as well. The simple linear regression model in population form is
y i = β 0 + β 1 x i + ε i , (1.1)
where y i is the dependent variable for indiv...

Indice dei contenuti