ANOVA and MANOVA Analysis in R

  Рет қаралды 12,282

Spencer Pao

Spencer Pao

Күн бұрын

Пікірлер: 30
@christianching1133
@christianching1133 3 жыл бұрын
Thanks! But at 8:13 I think you make a mistake by stating treatment factor has no effect when its P value was lower than the representation factor?
@SpencerPaoHere
@SpencerPaoHere 3 жыл бұрын
Nice catch! You are definitely correct to point that out. I misread the statistic and thought that the P value was > 0.05
@asd3wre
@asd3wre 2 ай бұрын
Thank you for doing the video! It’s really helpful.
@Wulpixmtt
@Wulpixmtt 8 ай бұрын
Great video! I could carry my analysis from start to end without any issue! Thank you so very much for the help!
@justinarends5871
@justinarends5871 3 жыл бұрын
Really appreciate the video! Super helpful in interpreting results AND how to apply the code!
@theforester_
@theforester_ 3 жыл бұрын
Awesome cheers from Brazil
@鄭筠庭-v4d
@鄭筠庭-v4d 3 жыл бұрын
This is very helpful. Thank you!
@Jessmyw
@Jessmyw 2 жыл бұрын
This was super helpful and easy to follow! Thank you so much for helping me get through my thesis!
@cbvillavi
@cbvillavi 2 жыл бұрын
This was very useful! thanks!
@Alandra5000
@Alandra5000 3 жыл бұрын
Thank you a lot for the video! It really helped :)
@SilencedTomato
@SilencedTomato 3 жыл бұрын
Thanks a lot! How is it that at 4:48 you can call the TRT and REP column of your dataset without specifying the data it is in? I would expect the line of code to read "treat_factor
@SpencerPaoHere
@SpencerPaoHere 3 жыл бұрын
The "attach(data_set_name)" allows you to call the dataset variables without calling the dataset$feature_name.
@sambasilva
@sambasilva 2 жыл бұрын
Muito bom! Excelente explicação. Obrigado.
@viviane685
@viviane685 Жыл бұрын
Really great and useful video - thanks for sharing your knowledge! For my model I’m using multiple dependent variables that have different units (reaction time, rate, total scores,…). Is that a problem?
@SpencerPaoHere
@SpencerPaoHere Жыл бұрын
Nope!
@victorsamuel6199
@victorsamuel6199 3 жыл бұрын
Thanks!
@maneesh123777
@maneesh123777 Жыл бұрын
How to do Manova for 1 independent and more than 3 depndent variables ( Panel data set)... Kindly reply ASAP. Thanks Please provide emprical model for above case as well. Thanks a lot
@jessstace9895
@jessstace9895 Жыл бұрын
Hi, I found this really useful and could follow up to the end bit. I only have two dependent variables so what do I do when you're doing the matrix bit at the end because I only have two. I want to get that interaction table between the dependent variables like you have. Thank you!!!
@SpencerPaoHere
@SpencerPaoHere Жыл бұрын
Do you have an independent variable as well? You need that to perform your hypothesis tests as well. Otherwise, can you provide me a timestamp for additional context?
@jessstace9895
@jessstace9895 Жыл бұрын
@@SpencerPaoHere Thanks so much for getting back to me!! I have two independent (gender: female, male and non-binary and body ideal: thin ideal and muscular ideal) variables in my study and two dependent variables (eating disorder awareness and help seeking). I want to look at the interaction between the independent variables on these dependent variables. But most importantly what I am doing the MANOVA for is the interaction between my dependent variables, eating disorder awareness and help seeking. I was following your video up until 8 minutes 48 seconds. I wondered if you any tips or r code you could give me to help me with the results I need as I am struggling. Thank you!!!
@SpencerPaoHere
@SpencerPaoHere Жыл бұрын
​@@jessstace9895 Sounds like you are attempting to find the some form of interaction between the independent and dependent variables? Have you attempted to run summary.aov(model)? 8:04 If you want to find multiplicative relationships or additional additive relationships, you will have to edit your model formula (y~x) where the x variables can be Feature_1*Feature_2 + Feature_3 ... to then find additional relationships combined to identify a dependent variable causation if any. You can refer to line 32 in the video (around 5:28) for additional details. I hope this helps!
@ConnetieAyesigaNinaz
@ConnetieAyesigaNinaz Жыл бұрын
thank you, is it possible;le to share the code
@rupertgoddard2629
@rupertgoddard2629 3 жыл бұрын
Hi, Thanks for the great tutorial and I am now well on my way to performing my own MANOVA. I've stalled at the moment as I can't run: mod
@SpencerPaoHere
@SpencerPaoHere 3 жыл бұрын
I'm glad you liked it! There could be a few issues related to that. Your datatypes are not consistent. Try to convert everything to a numeric using as.numeric() - so datatypes are consistent. Also, it looks like your rows might not add up? Else, send me some reproducible code and I can help from there.
@rupertgoddard2629
@rupertgoddard2629 3 жыл бұрын
@@SpencerPaoHere That's helped me to progress. Many thanks
@pauljohncapote7541
@pauljohncapote7541 3 жыл бұрын
I have problem with Boxplots. Every time I run the codes, it says "Error in plot.new(): figure margins too large", could you help me, please?
@SpencerPaoHere
@SpencerPaoHere 3 жыл бұрын
Hi! That can be a multitude of reasons. Try This: par(mar=c(5,4,4,2)) Or, you can increase the resolution on your screen-- also expand your plotting screen for increased pixels (and try running the plots again) Or, you can navigate to Plots > Remove Plots on the Rstudio GUI. That should reset the default par parameters.
@pauljohncapote7541
@pauljohncapote7541 3 жыл бұрын
@@SpencerPaoHere I will do that, thank you Sire.
@pauljohncapote7541
@pauljohncapote7541 3 жыл бұрын
@@SpencerPaoHere Hi, it's me again. I am confused with what you have said in 12:53. What do you mean by "their specific observations in our treatment are NOT VALUABLE to our overall model"? Would that mean that these specific observations do not statistically differ in terms of the dependent variables? (I'm sorry for the capitalized phrase, I just want to emphasize on that).
@SpencerPaoHere
@SpencerPaoHere 3 жыл бұрын
​@@pauljohncapote7541 So, when you are testing some hypothesis (matrix(c(x,y,z...)), that allows you to test more than 1 restriction on your coefficients. So when it comes to the not valuable part -> You can use the hypothesis testing to test whether or not some coefficient (c(x,y,z...) has a significant effect on your model.
ANOVA - A Full Lecture to learn Analysis of Variance
56:49
2 Group MANOVA and Checking Assumptions in R
19:31
Dr. Chris Engledowl
Рет қаралды 614
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 34 МЛН
Wait for the last one 🤣🤣 #shorts #minecraft
00:28
Cosmo Guy
Рет қаралды 9 МЛН
怎么能插队呢!#火影忍者 #佐助 #家庭
00:12
火影忍者一家
Рет қаралды 45 МЛН
Hierarchical Clustering in R
18:58
Spencer Pao
Рет қаралды 16 М.
ANOVA (Analysis of Variance) Analysis - FULLY EXPLAINED!!!
30:04
Green Belt Academy
Рет қаралды 103 М.
ANOVA using R programming
15:36
R Programming 101
Рет қаралды 41 М.
How to do Two -way (Factorial) MANOVA analysis in R software ?
11:28
Wakjira Tesfahun
Рет қаралды 2,8 М.
Introduction to MANOVA, MANOVA vs ANOVA n MANOVA using R
8:58
Gopal Prasad Malakar
Рет қаралды 28 М.
Applied Principal Component Analysis in R
15:32
Spencer Pao
Рет қаралды 27 М.
Analysis of Variance (ANOVA) in R
20:56
HealthGIS
Рет қаралды 28 М.
What does a Data Analyst actually do? (in 2024) Q&A
14:27
Tim Joo
Рет қаралды 70 М.
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 34 МЛН