Fitting mixed models in R (with lme4)

  Рет қаралды 27,922

Quant Psych

Quant Psych

Күн бұрын

Пікірлер: 50
@QuantPsych
@QuantPsych 2 жыл бұрын
Yes, I know my head is in the way of the output. Sorry! But you should still get an idea of how to do these things in R.
@igorcastro6776
@igorcastro6776 2 жыл бұрын
When will you upload the next video? I'm desperately waiting for it!
@martinabautista
@martinabautista 8 ай бұрын
You're funny. I feel glad to came across your content!! I'm using lme4 for my dissertation project
@farmz0r
@farmz0r 2 жыл бұрын
07:40 unfortunately your head is blocking the summary table you are talking about :d 5 referred to fixed effect intercept estimate 3.261 referred to random effects residual Variance 1.8 referred to random effects residual SD cba to do it for the next table atm
@vinitalec
@vinitalec 3 ай бұрын
Your videos are excellent!Thanks for helping me understand this subject.
@chrislloyd5415
@chrislloyd5415 Жыл бұрын
Interested in your view about the following question. Your third model allows slope(darkness,anger) to depend on jedi_id. You could also just add an interaction term darkness*factor(jedi_id) right? Assuming this model is identifiable (and I think it is because anger is varying over time within jedi_id) what is the value of the random effects model which makes the arbitrary assumption that the jedi-specific slopes follow a normal distribution?
@zimmejoc
@zimmejoc Жыл бұрын
In the CSV file, the variable is named dojo_id not jedi_id. I always tell my students, "KNOW THY DATA" and that applies to me too. Bad zim for blindly typing what was in the video instead of verifying with the data first :)
@QuantPsych
@QuantPsych Жыл бұрын
Good catch!
@elena.s.v.
@elena.s.v. 8 ай бұрын
Hello! Thank you for your videos, they help a lot. Would it be possible to get more information about the warnings one gets when fitting a random effect model, called "full" in your videos (e.g. singularity, did not converge, etc.) and how to solve them? I used the model comparison to verify whether I should fit a variable as a fixed effect only or as a fixed/random effect and some of my "full" models do not converge or "are singular". I also get warnings when trying to fit my final models (linear mixed model and generalized mixed models (poisson and negative binomial). Thank you for your help!
@mykiawiggins3318
@mykiawiggins3318 9 ай бұрын
Not a fistbump...😳You punched my face!🤣😂 Thank goodness for your videos you're so frrreakin FUNNIEEEEE!
@nikashomeil2369
@nikashomeil2369 5 ай бұрын
Thank you so much for your wonderful video, I have a question, I have a model in which my fixed effect has 3 levels but when I ask for the summary one of the levels is not reported in the fixed effect, do you have any idea why is that?
@nachete34
@nachete34 2 жыл бұрын
As always, love ur videos, specially if they involve R. However, while it did not prevent me from following you, your face camera occluded the results window..just being picky :) Different topic...do u consider uploading some machine learning tutorial for dummies?
@interwebzful
@interwebzful Ай бұрын
i know this is an annoying comment but pretty sure lme4 took so long to install not because it's a "big library" so much as because it was also compiled for your system. anyway, great content, thank youuu
@taranaferdous2858
@taranaferdous2858 5 ай бұрын
Hi! Thank you for this clear explanation. I followed the same for my data (data is in the same format that you have shown). My models worked fine up to fixed part. The moment I added the random part (1 + *** | ID), I got this error : number of observations (=100) < = number of random effect for term (1 + *** | ID). What am I missing here or doing wrong?
@IbrahimKwakuDuah
@IbrahimKwakuDuah 5 ай бұрын
It is not 1+*, I guess the * would mean everything but you can't do everything
@Lello991
@Lello991 Жыл бұрын
Hi prof Fife, I have a question for you: let's assume you want to add age_started as a predictor of darkness. Of course age_started doesn't vary within each level of the jedi_id cluster variable (i.e., each jedi has just a unique value of age_started). Could you add it with no problems? Is it possible to use age_started as fixed effect + jedi_id as random effect together? Or would you encounter some separation / convergence issues? I'm struggling to understand this point but I feel kind of lost. Thank you for your enlightening videos!
@EmmaCalikanzaros
@EmmaCalikanzaros 8 ай бұрын
Thanks, I found your video super helpful. Could you explain what it means when the error "singular model" apprears?
@ALI_B
@ALI_B Жыл бұрын
awesome video. I have a question : I have two clustering variables for a finance dataset where data is nested in banks and scores are time series reported quarterly. How to include the variable date in the script for the fixed model : fixed_y = lmer(y ~ 1 + x1 + x2 + x4 + x4 + (1 | Bank))
@QuantPsych
@QuantPsych 7 ай бұрын
Good question. I think the proper notation is "...(1|Bank:Time)"
@toribentley2409
@toribentley2409 Ай бұрын
i have a repeated measures dataset. there are 90 patients with 3 observations each(at baseline 6 months and 12 months), so when made long i will have a dataset of 270 rows. The issue is i have a situation where 57 out of the 270 observations have missing data at 6months and 12months. How do i approach modelling this data using lmer? do i need to handle missing values or just model it like that? I would appreciate if you can help me or possibly we can even hop on a call, really need hep right now
@QuantPsych
@QuantPsych Ай бұрын
No need to handle missing data, assuming the data are MAR or MCAR. lmer will drop them, but it will still estimate a regression line for those missing data at 6/12 months. You might have convergence issues, but the estimation should be unbiased (again, provided it's mar or mcar).
@msimister4261
@msimister4261 Жыл бұрын
This was extremely helpful... Thank you so much for this!
@TomasMathews
@TomasMathews Күн бұрын
would you be able to fix the link for the dataset. It would be much appreciated
@QuantPsych
@QuantPsych Күн бұрын
Thanks for the reminder. Fixed!
@EikeRo
@EikeRo 11 күн бұрын
This video is quite old but maybe you see it. Can I have multiple cluster variables? my dataset is over multiple years and in different areas. So as I understand it I would cluster it by the year but also to the areas?
@QuantPsych
@QuantPsych 11 күн бұрын
You can, but it's more complicated and I don't have any videos on that. But you can google something like "3 level mixed models"
@EikeRo
@EikeRo 11 күн бұрын
@@QuantPsych Wow thanks for the quick answer! I don't even know if its necessary 🐒
@trueperson22
@trueperson22 2 жыл бұрын
Thank you.. If you can explain the difference between the model with ~1 and the last one, I 'd really appreciate that..
@QuantPsych
@QuantPsych 2 жыл бұрын
~1 just means to fit an intercept. If it's omitted, R will fit an intercept anyway. The first model (baseline) has to have it because there are no predictors (i.e., fitting this will throw an error: lmer(y~ ( | id), data=d)). For the remaining models, it's redundant, but I put it there so you can easily track what I've added to the model.
@EW-to9sr
@EW-to9sr 2 жыл бұрын
Hello, thanks for uploading these tutorial videos. I'm a uni student trying to understand statistics in R and I found your channel is extremely helpful, thanks! Besides, I'd like to know is it reasonable to consider a factor as fixed and random at the same time? Looking forward to seeing you how explain the mixed model in following videos!
@QuantPsych
@QuantPsych Жыл бұрын
Yes. All random effects also have fixed effects. You cannot have a random effect without a fixed effect.
@marcellberto2538
@marcellberto2538 2 жыл бұрын
Head's in the way bro! 😜 Still luvs ya videos though, as always thanks for sharing 😊
@jorgemmmmteixeira
@jorgemmmmteixeira 2 жыл бұрын
In there a scenario where makes sense to have random slope and intercept for jedi_id? If so, how would you code it? thx
@QuantPsych
@QuantPsych Жыл бұрын
I'm not sure I understand your question...cluster variables don't have random slopes and intercepts. Variables do.
@hanswurst4728
@hanswurst4728 2 жыл бұрын
Cool, but if we could actually see the output while you're interpreting it and not your face, that would be tremendously helpful. Informative nonetheless 👍.
@ceciliacocucci8288
@ceciliacocucci8288 Жыл бұрын
Dear Dustin I really enjoy your videos and love flexplot, but you always fit linear models. I'm a neonatologist, and almost 90% of my outcomes are binary o dichotomous. Is it possible to give usa video about non linear mixed models, aka logistic, ordinal etc.. ? I guess you'll use the nlme function but I'd really love to have your explanations. Thanks!!!
@QuantPsych
@QuantPsych Жыл бұрын
I'm pretty sure I made a generalized mixed model video. I think it was poisson mixed models, but it might have been logistic. Just take my logistic regression videos, combine those with my mixed models videos, and you'll get it.
@mind_palace
@mind_palace 7 ай бұрын
Repeated measures....to make sense of it, I'd say it could be that every measure per jedi_id, could be the therapist measuring their anger level for every session?
@QuantPsych
@QuantPsych 7 ай бұрын
That works :)
@ropflpfopfl2555
@ropflpfopfl2555 Жыл бұрын
Hey, i really like your video and your way of explaining things. Way clearer and simpler than other channels out here :D it is a great example on how mixed models work. However, i may have an understanding problem when it comes to the data format. At 3:40 you say that in their first year, when they are 5, they already killed someone. Does the dataset offers any time-specific variable? because the 5 stands for the point in time they started training, which should be always the same when looking at one jedi. (here jedi_id = jedi_1). Did I miss something? I'm only a poliscience student who stumbled upon that one :)
@QuantPsych
@QuantPsych 7 ай бұрын
Ah, good point. I was getting really worried that five year olds were murdering people, but you're right. They might have waited until they were seven :)
@ladynoluck
@ladynoluck Жыл бұрын
Definitely not watching this as a SAS to R transplant for my dissertation 😂
@JohnstoneYves-i4y
@JohnstoneYves-i4y 13 күн бұрын
Ignacio Wells
@NellyIvy-r3v
@NellyIvy-r3v Ай бұрын
Lera Ferry
@dle3528
@dle3528 Жыл бұрын
Your head is in front of the output 😕
@QuantPsych
@QuantPsych 7 ай бұрын
I can't help having a fat head :)
@BaconYedda
@BaconYedda Ай бұрын
9292 Jordi Place
@chrislloyd5415
@chrislloyd5415 Жыл бұрын
Why is it a 1? You reallj don't know? C'mon man! (Just call me Joe Biden). It obviously refers to a column of 1's in the design matrix.
@diptarshis
@diptarshis 6 ай бұрын
Could you please stop with the clowning and get on with the explanations. Your attempt at deadpan humor sucks. You're way better at teaching, do that please !
@QuantPsych
@QuantPsych 6 ай бұрын
No, it's so deeply ingrained in my personality. I do me, you do you. And it seems you're outvoted. Everyone else seems to like it :)
Using Flexplot for Mixed Models
22:08
Quant Psych
Рет қаралды 10 М.
Mixed Model Notation - A Simple Explanation
20:42
Quant Psych
Рет қаралды 25 М.
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 262 #shorts
00:20
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
1 сквиш тебе или 2 другому? 😌 #шортс #виола
00:36
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 43 МЛН
How to decide whether an effect is fixed or random in mixed models
11:33
(Simplified) Linear Mixed Model in R with lme()
26:17
LiquidBrain Bioinformatics
Рет қаралды 71 М.
What statistics teachers get wrong!
28:48
Quant Psych
Рет қаралды 6 М.
Fixed and random effects with Tom Reader
8:09
University of Nottingham
Рет қаралды 194 М.
Mixed Model Analysis: Real Example
18:21
Quant Psych
Рет қаралды 9 М.
Predicting tree height with linear mixed models and lme4
16:28
Matthew Russell
Рет қаралды 11 М.
Mixed Effects Models for Longitudinal Data
17:58
Keith Lohse
Рет қаралды 16 М.
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 262 #shorts
00:20