Keith Lohse
Keith Lohse
  • 103
  • 48 290
Sample Size Planning: Simulating an even more complicated mixed-factorial ANOVA in R!
Video Part 5/5 as part of the sample size planning workshop for NASPSPA 2023. These videos are asynchronous modules designed to complement the workshop and help you learn more about statistical power, which is a huge topic!
See also the R code in our GitHub repository: github.com/keithlohse/power_simulations
Video #1. What is statistical power?
Video #2. Statistical Intuitions
Video #3. Simulating a paired t-test in R.
Video #4. Simulating a 2x2 mixed-factorial ANOVA in R.
Video #5. Simulating an even more complicated mixed-factorial ANOVA in R!
Переглядів: 216

Відео

Sample Size Planning: Simulating a 2x2 mixed-factorial ANOVA in R.
Переглядів 576Рік тому
Video Part 4/5 as part of the sample size planning workshop for NASPSPA 2023. These videos are asynchronous modules designed to complement the workshop and help you learn more about statistical power, which is a huge topic! See also the R code in our GitHub repository: github.com/keithlohse/power_simulations Video #1. What is statistical power? Video #2. Statistical Intuitions Video #3. Simulat...
Sample Size Planning: Simulating a paired t-test in R.
Переглядів 280Рік тому
Video Part 3/5 as part of the sample size planning workshop for NASPSPA 2023. These videos are asynchronous modules designed to complement the workshop and help you learn more about statistical power, which is a huge topic! See also the R code in our GitHub repository: github.com/keithlohse/power_simulations Video #1. What is statistical power? Video #2. Statistical Intuitions Video #3. Simulat...
Sample Size Planning: Statistical Intuitions
Переглядів 147Рік тому
Video Part 2/5 as part of the sample size planning workshop for NASPSPA 2023. These videos are asynchronous modules designed to complement the workshop and help you learn more about statistical power, which is a huge topic! See also the R code in our GitHub repository: github.com/keithlohse/power_simulations Video #1. What is statistical power? Video #2. Statistical Intuitions Video #3. Simulat...
Sample Size Planning: What is statistical power?
Переглядів 388Рік тому
Video Part 1/5 as part of the sample size planning workshop for NASPSPA 2023. These videos are asynchronous modules designed to complement the workshop and help you learn more about statistical power, which is a huge topic! See also the R code in our GitHub repository: github.com/keithlohse/power_simulations Video #1. What is statistical power? Video #2. Statistical Intuitions Video #3. Simulat...
ReproRehab: Live coding an introduction to data analysis in R.
Переглядів 3422 роки тому
Part 6 of our crash course introduction to R for learners enrolled in ReproRehab. You can follow along with the code and script files available on Git Hub github.com/keithlohse/ReproRehab. Please note that the goal of this video is to show some basic analytical procedures while also showing you how I troubleshoot and think about problems. I am thinking of many things on the fly and improvising ...
ReproRehab: Data Visualization with R
Переглядів 2252 роки тому
Part 5 of our crash course introduction to R for learners enrolled in ReproRehab. You can follow along with the code and script files available on Git Hub github.com/keithlohse/ReproRehab. For the specific script see: raw.githubusercontent.com/keithlohse/ReproRehab/main/scripts/script_03_data_visualization.R
ACRM 2022 IC18: Longitudinal Data Analysis Using R: Part II Advanced Topics
Переглядів 2,1 тис.2 роки тому
By: Allan J. Kozlowski, PhD, B.Sc. (PT) - Consultant, Mary Free Bed Rehabilitation Hospital Keith Lohse, PhD, PStat - Associate Professor, Washington University School of Medicine Video walk through of the data and code from Part 1 of the course: github.com/keithlohse/LMER_Clinical_Science/tree/master/ACRM_2021 See specifically handout #2: github.com/keithlohse/LMER_Clinical_Science/blob/master...
ACRM 2022 IC17: Longitudinal Data Analysis Using R: Part I Introductory Topics
Переглядів 7 тис.2 роки тому
By: Allan J. Kozlowski, PhD, B.Sc. (PT) - Consultant, Mary Free Bed Rehabilitation Hospital Keith Lohse, PhD, PStat - Associate Professor, Washington University School of Medicine Video walk through of the data and code from Part 1 of the course: github.com/keithlohse/LMER_Clinical_Science/tree/master/ACRM_2021 See specifically handout 1: github.com/keithlohse/LMER_Clinical_Science/blob/master/...
ReproRehab: Basic Data Wrangling with R
Переглядів 1602 роки тому
Part 4 of our crash course introduction to R for learners enrolled in ReproRehab. You can follow along with the code and script files available on Git Hub github.com/keithlohse/ReproRehab. For the specific script see: raw.githubusercontent.com/keithlohse/ReproRehab/main/scripts/script_02_wrangling_data.R
ReproRehab: Importing, Merging, and Exporting Data with R
Переглядів 1662 роки тому
Part 3 of our crash course introduction to R for learners enrolled in ReproRehab. You can follow along with the code and script files available on Git Hub github.com/keithlohse/ReproRehab. For the specific script see: raw.githubusercontent.com/keithlohse/ReproRehab/main/scripts/script_01_merging_data.R
ReproRehab: Basic R Functions and Data Types
Переглядів 2382 роки тому
Part 2 of our crash course introduction to R for learners enrolled in ReproRehab. You can follow along with the code and script files available on Git Hub github.com/keithlohse/ReproRehab. raw.githubusercontent.com/keithlohse/ReproRehab/main/scripts/script_00_R_basics.R
How to do a Multi Way ANOVA in R
Переглядів 1,7 тис.2 роки тому
Part of ReproRehab 2022. Check out GitHub for the corresponding script (github.com/keithlohse/grad_stats) and check out my other videos for details about the theory and specific calculations. This video is meant to strictly be a fast introduction on "how to" conduct a basic test in R. raw.githubusercontent.com/keithlohse/grad_stats/main/scripts/script_two_way_anova.R Link to video of Sums of Sq...
How to do a Two Sample T Test in R
Переглядів 692 роки тому
Part of ReproRehab 2022. Check out GitHub for the corresponding script (github.com/keithlohse/grad_stats) and check out my other videos for details about the theory and specific calculations. This video is meant to strictly be a fast introduction on "how to" conduct a basic test in R. raw.githubusercontent.com/keithlohse/grad_stats/main/scripts/script_two_sample_t_test.R
How to do a One Way ANOVA in R
Переглядів 1442 роки тому
Part of ReproRehab 2022. Check out GitHub for the corresponding script (github.com/keithlohse/grad_stats) and check out my other videos for details about the theory and specific calculations. This video is meant to strictly be a fast introduction on "how to" conduct a basic test in R. raw.githubusercontent.com/keithlohse/grad_stats/main/scripts/script_one_way_anova.R Link to video of Sums of Sq...
How to do a One Sample T Test in R
Переглядів 542 роки тому
How to do a One Sample T Test in R
Mixed Effects Models for Longitudinal Data
Переглядів 17 тис.3 роки тому
Mixed Effects Models for Longitudinal Data
Mixed Effect Regression for Factorial Designs
Переглядів 2,6 тис.3 роки тому
Mixed Effect Regression for Factorial Designs
A Priori Power and Sensitivity Analysis with a Two Sample t-Test
Переглядів 6913 роки тому
A Priori Power and Sensitivity Analysis with a Two Sample t-Test
Refresher on Statistical Power
Переглядів 1083 роки тому
Refresher on Statistical Power
Strategies for Post-Hoc Tests
Переглядів 1473 роки тому
Strategies for Post-Hoc Tests
Standardized Effect Sizes in ANOVA
Переглядів 2543 роки тому
Standardized Effect Sizes in ANOVA
RM ANOVA Table
Переглядів 1003 роки тому
RM ANOVA Table
Introduction to RM ANOVA
Переглядів 893 роки тому
Introduction to RM ANOVA
Models with Repeated Measures (The Dependent T-Test)
Переглядів 1163 роки тому
Models with Repeated Measures (The Dependent T-Test)
Analysis of Covariance (ANCOVA)
Переглядів 6183 роки тому
Analysis of Covariance (ANCOVA)
Main-Effects and Interactions
Переглядів 3373 роки тому
Main-Effects and Interactions
Building an ANOVA Table (Multi-Way ANOVA)
Переглядів 1533 роки тому
Building an ANOVA Table (Multi-Way ANOVA)
Models with Multiple Categorical Predictors (Multi-Way ANOVA)
Переглядів 1843 роки тому
Models with Multiple Categorical Predictors (Multi-Way ANOVA)
The F-Statistic and F-Distribution
Переглядів 1443 роки тому
The F-Statistic and F-Distribution

КОМЕНТАРІ

  • @alexiscanari8776
    @alexiscanari8776 4 дні тому

    Thank you so much for this video!!! I wanted to ask you if you have made a video but using glmer ( the dependent variable 0 or 1). Or if you have any recommendations for that, particularly to assess the assumptions. Thank you in advance for your kind reply!

  • @BrianSinnerSportsScience
    @BrianSinnerSportsScience 3 місяці тому

    Nobody explains stats as well as Dr. Lohse, whenever I am needing some intuition about what is actually going on in a statistical concept, he is my “go to”!

  • @WinnifredIk
    @WinnifredIk 3 місяці тому

    Thank you so much. I have a question, when i was taught longitudinal analysis, my professor used the lme() function and utilized correlation structures (exponential, unstructured, ...e.t.c). What is the difference between the lme() and the lmer().

  • @deltax7159
    @deltax7159 4 місяці тому

    was trying to follow along but the data you are working with is not the same data in the session1 data file for both 2018 and 2021. where is the data you are working with in the video?

  • @sulavshrestha8316
    @sulavshrestha8316 4 місяці тому

    Thank you for help

  • @Sam-tg4ii
    @Sam-tg4ii 5 місяців тому

    22:28, looking at your model, I don't see any control variables. Aren't we supposed to control for extraneous factors such as the subjects' age or gender?

  • @kshana842
    @kshana842 6 місяців тому

    so well explained 🙏

  • @dadachimbo
    @dadachimbo 6 місяців тому

    Just what I needed as a 2nd year Psychology student, thanks a bunch:)

  • @olearydj
    @olearydj 7 місяців тому

    Thank you for sharing this series. Very clear and detailed for the topic complexity. May your models always converge!

  • @marcogelsomini7655
    @marcogelsomini7655 10 місяців тому

    38:38 nice example

  • @marcogelsomini7655
    @marcogelsomini7655 10 місяців тому

    15:45 nicee explanation, thanks!

  • @espnunez
    @espnunez 11 місяців тому

    Thank you so much!!

  • @bipinthapa3338
    @bipinthapa3338 11 місяців тому

    Thank you for such a lucid explanation and visualization of longitudinal analysis

  • @Mustapha_El_Hamdaoui
    @Mustapha_El_Hamdaoui Рік тому

    Thank you very much for these amazing informative videos! The summary() function outputs comparisons of groups C5-8 and paraplegia with the reference group C1-4 in terms of time group interaction. How could one compare C5-8 to paraplegia in terms of interaction, both linear and quadratic? Thank you!

  • @rejuanhaque7064
    @rejuanhaque7064 Рік тому

    Great video!! I love the explanations!

  • @rishikeshdash12
    @rishikeshdash12 Рік тому

    Can you explain what this lmercontrol do here?

  • @craighansen2818
    @craighansen2818 Рік тому

    Great video and course materials, thanks for sharing.

  • @nl7247
    @nl7247 Рік тому

    Thanks for sharing your lectures ❤

  • @YEZHANG-s9w
    @YEZHANG-s9w Рік тому

    Thanks so much for such wonderful video! I always confused by the treatment coding of the interaction in R. Thanks for explaining this!

  • @caviper1
    @caviper1 Рік тому

    gracias

  • @sabrinam.4949
    @sabrinam.4949 Рік тому

    Hey! Amazing video, this really helped me with a previous assignment. Just have a question whether you think using ANOVA would be appropriate to test for whether a plant’s “health” (categorical data, leaves are either: green, grey, yellow/orange) with the total number of individuals in a population?

    • @lohsifer
      @lohsifer Рік тому

      Thanks! Yes, if you have a one categorical factor of Health (Green, Grey, or Yellow/Orange) as a predictor and Total Number as your outcome, then factorial ANOVA certainly could be appropriate. One thing to check is how the "count" variable is distributed. Counts can be very skewed which might lead to a violation of normality for your residuals. ANOVA is fairly robust to violations of the normality assumption, but still a good thing to check. : )

  • @LexxieRocks
    @LexxieRocks Рік тому

    Hey. I usually don't leave comments here, but I just wanted to say you having so little views is a pity as after scrolling through dozens of videos on this to no avail, you explained it perfectly and I was actually able to finally understand. So I guess don't give up? <3

  • @TheBjjninja
    @TheBjjninja Рік тому

    I believe if the time variable is not the variable of study, we don't care that much about multicollinearity or we should at least prove that mean centering improves the VIF in order to use it. If time variable is merely a control variable, well....we don't care about multicollinearity.

  • @artaaraz
    @artaaraz Рік тому

    Thank you for these wonderful videos, they are very helpful. Just a small comment: it would be very helpful to discuss in which situation which model should be used. For example, when the researchers should use a nonlinear negative exponential mixed effect models and how they should choose random and fixed effects. Unfortunately, I did not have time to go through all the videos. Please skip my comment if you have already discussed these points.

  • @michelleleemans7015
    @michelleleemans7015 Рік тому

    Thank you very much for these clear explanations.

  • @aditkulkarni
    @aditkulkarni Рік тому

    This is such a clear and wonderful explanation! Thank you so much

    • @lohsifer
      @lohsifer Рік тому

      Thank you very much, I am glad it was helpful!

  • @bulletsauce
    @bulletsauce Рік тому

    Thank you for a series of very thorough and clear videos. I have been wrestling a dataset of my own and I found that working along with these videos, yet with my own data, really helped. Do you have any words on using the 'generalized variance inflation factor' or GVIF in order to assess multicollinearity in this dataset?

    • @lohsifer
      @lohsifer Рік тому

      I am glad they were useful. I am not very familiar with GVIF (as opposed to "classic" VIF) but there is a helpful discussion where John Fox himself chimes in here: stats.stackexchange.com/questions/70679/which-variance-inflation-factor-should-i-be-using-textgvif-or-textgvif More generally, I would say this is going to be a particular concern in models with interactions or polynomial terms, so I would definitely recommend contrast coding your factors (as opposed to treatment coding) and mean-centering continuous variables as a preventive step to reduce variance inflation in those models.

  • @gemmataylor3558
    @gemmataylor3558 Рік тому

    This is a really informative and helpful video! I wondered if you could point me in the direction of resources to support an a priori power analysis for mixed effects models for longitudinal data?

    • @lohsifer
      @lohsifer Рік тому

      Hi Gemma, that can quickly become a complicated subject! In brief though, GLIMMPSE is a web based platform that is free and there are since free packages in R (like “simR”) … and then PASS is a paid program for a lot of power calculations (including mixed models) that makes it easier but only covers limited models. I will try to do a video doing a power analysis through simulations in R soon.

  • @mh5102
    @mh5102 Рік тому

    thank you sir, this saved me!

  • @nathalytorres2118
    @nathalytorres2118 Рік тому

    Hi, thank you for your video. Could you make a video of linear mixed effect with repeated measures, like in crossover designs? I really will appreciate it.

    • @lohsifer
      @lohsifer Рік тому

      Thanks Nathaly. Please see my other video of mixed-effect models for factorial designs: ua-cam.com/video/x467LStTtHU/v-deo.html You might also be interested in this pre-print (not peer reviewed yet) on arXiv: arxiv.org/abs/2209.14349

  • @richaka
    @richaka Рік тому

    Great work Dr. Keith Lohse

    • @lohsifer
      @lohsifer Рік тому

      Thank you very much. Glad it was helpful!

  • @camilaramirezzapata994
    @camilaramirezzapata994 2 роки тому

    ccol. thanks

    • @lohsifer
      @lohsifer Рік тому

      Thank you. Glad it was helpful!

  • @eyadha1
    @eyadha1 2 роки тому

    Thank you very much for this very helpful video.

    • @lohsifer
      @lohsifer Рік тому

      Glad it was helpful!