Skip to content

Latest commit

 

History

History

2019_06

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Data Science-Ish: The Use of Mixed Effects Models for Analyzing Complex Data

Presenter Date Slides Code Repo
Joshua Rosenberg 2019-06-20 slides Rmd repo

Abstract

Mixed effects (or multilevel) models are extensions of linear models (regressions) that are commonly used in experimental research and policy and evaluation contexts, but are less widely-used by data scientists. In this talk, I aim to introduce mixed effects model as a data science-ish statistical method that can be useful and is easy to estimate and interpret. I focus on two examples using the lme4 package in R: one each that is focused on traditional research (modeling hierarchically nested data) and commercial (estimating the best product when products have different numbers of reviews) uses. Finally, I discuss the close connection between mixed effects models and Bayesian methods. This talk should be of interest to data scientists and academic researchers (and those somewhere in between or in related fields!).

About Speaker

Joshua Rosenberg, Ph.D., is an Assistant Professor of STEM Education at the University of Tennessee, Knoxville. His research focuses on the use of data science methods in educational settings.