R - Nonmetric Multidimensional scaling (NMDS)

  Рет қаралды 36,612

R Statistics and Research

R Statistics and Research

Күн бұрын

Пікірлер: 67
@valeriiadedus3594
@valeriiadedus3594 4 жыл бұрын
Thank you a lot for this video. I did everything definitely the same, but when I pressed "run" for plot I didn't have a plot with red and blue dots. It's just empty field. After I pressed "run" for ordispider and I got the line in different directions but without red or blue dots. Could you please tell me what I did wrong ?
@RStatisticsandResearch
@RStatisticsandResearch 4 жыл бұрын
Hello, internal R code had recently been changed. I therefore rewrote the script using ggplot for visualization. You can find the updated script here: rstatisticsandresearch.weebly.com/nonmetric-multidimensional-scaling-nmds.html
@valeriiadedus3594
@valeriiadedus3594 4 жыл бұрын
@@RStatisticsandResearch perfect, thank you very much!
@ekkirizkiramadhan3553
@ekkirizkiramadhan3553 9 ай бұрын
hi, i got error while convert to data frame 🙏@@RStatisticsandResearch
@hibitrithibitrit7264
@hibitrithibitrit7264 Жыл бұрын
You did a fantastic job explaining this. Thanks for helping with my r-stat homework! I have proven that cougars found in boreal forests have a different environmental features in comparison to cougars found in prairie habitat. Yes, it is very obvious which makes it excellent practice data.
@videogrillo
@videogrillo 5 жыл бұрын
I am a master student in Tel Aviv University and this video has helped me more than anyone here, thanks for your submission, I will immediately subscribe to your channel.
@megha7564
@megha7564 5 жыл бұрын
hey, im planning on interning at tel aviv university next year, mind if we talk about the university a little ?
@videogrillo
@videogrillo 5 жыл бұрын
@@megha7564 sure but please do consider other places too ♡ write to me in youtube chat before they take it off
@backyardbiology5894
@backyardbiology5894 3 жыл бұрын
This is absolutely amazing! You have clarified a problem that I have been struggling to understand for months. I was so close to scrapping this analysis from my thesis. You are a hero!
@hanhnguyen84
@hanhnguyen84 5 жыл бұрын
Thank you so much! This the best instruction so far for NMDS!
@johngodlovenderingo.7591
@johngodlovenderingo.7591 3 ай бұрын
Thank you a lot. This will help me to pursue my studies.
@yelenasofiapajaroesquivia3634
@yelenasofiapajaroesquivia3634 3 жыл бұрын
This was exactly what I was needing. Thank you so much!
@Sci-Chat
@Sci-Chat Күн бұрын
Nice video, I am getting this error; please help me in this regard. > plot(NMDS$points, col=co[data_2$System], pch=shape[data_2$System],cex=1,2, main = "Plant community composition", xlabel="axis 1", ylabel="axis 2") Error in xy.coords(x, y, xlabel, ylabel, log) : 'x' and 'y' lengths differ
@jalrox123
@jalrox123 5 жыл бұрын
This is best tutorial. Very simple to understand. Thank you.
@JesterAgcaoili
@JesterAgcaoili 2 ай бұрын
I can't seem to retrieve scores when using as.data.fram() function. Why is that so?
@zarashine2543
@zarashine2543 4 жыл бұрын
The best tutorial ...thanks a ton
@kestutiskatilius7841
@kestutiskatilius7841 4 жыл бұрын
Amazing stuff! Very helpful and understandabe.
@RStatisticsandResearch
@RStatisticsandResearch 4 жыл бұрын
Thanks!
@TheJremple
@TheJremple 4 жыл бұрын
This is a great tutorial. Thank you for making this video.
@diahidvegi8536
@diahidvegi8536 4 жыл бұрын
How sweet! Thank you so much for this explanation. Very clear. :)
@ukadelic
@ukadelic 2 жыл бұрын
In case anyone else is trying the updated script but still getting the same error as me for > datascores
@raflikamil9403
@raflikamil9403 4 жыл бұрын
Thank you so much. Your work definitely helps me a lot.
@Acropora09
@Acropora09 4 жыл бұрын
Very well explained, than you
@marybethweihbrecht7949
@marybethweihbrecht7949 3 жыл бұрын
Hello, I am following along but am getting the error - in if (autotransform && xam > 50) { : missing value where TRUE/FALSE needed. I have no NAs or blank cells in my dataset. Can anyone help me with this?
@ynattirb3
@ynattirb3 11 ай бұрын
Thank you so much for this video!!!
@chitrarajagopal8434
@chitrarajagopal8434 2 жыл бұрын
Sir, Thank you so much for this well-explained tutorial on NMDS. I tried to do it with my data and successfully did up to NMDS calculation. when I ran the code datascores
@sofiavivas2050
@sofiavivas2050 Жыл бұрын
Hello! i have the same problem..were you able to solve it?
@barry6129
@barry6129 Жыл бұрын
I also have this problem.
@pipe919
@pipe919 5 ай бұрын
Hello! i have the same problem..were you able to solve it?
@fede8327
@fede8327 3 жыл бұрын
How to choose the number of permutations if n=24 ?
@nadineali2780
@nadineali2780 4 жыл бұрын
Hi I am trying this tutorial with my data set But in trying to plot the ordination, an error message is displayed "x and y length differ" What does mean that? Thanks in advance for your reply.
@rachelneff5837
@rachelneff5837 5 жыл бұрын
I am trying to do this for 9 different habitat types (sites), how would I do this?
@RStatisticsandResearch
@RStatisticsandResearch 4 жыл бұрын
Hello, in exactly the same manner (just add more factor names to your factor column (here "habitat").
@deprofundis3293
@deprofundis3293 3 жыл бұрын
Hi, thanks for the video! I was hoping to use ANOSIM and SIMPER but have trouble finding any tutorials. Is there any reason why you chose adonis instead? I tried adonis2 once on my data, and it was absolutely terrible, while anosim was significant (but I'm not sure if I ran either of them correctly. I suspect that I didn't meet the assumptions for the permanova). But I also am having trouble figuring out how to interpret the ANOSIM results. :(
@yuktitaneja2179
@yuktitaneja2179 3 жыл бұрын
The plots/samples with 0 species, shall they be part of the matrix?
@diegosimijacas4466
@diegosimijacas4466 3 жыл бұрын
Thanks for your instructions. May you help me with adding name of centroids in the new version of your code... Once more, so much Thanks...
@marlonedy55
@marlonedy55 3 жыл бұрын
I can use Euclidean distance instead of Bray Curtis... I told you this because I was trying to do with an abundance base but at the time of running NMDS I was not able to do it. (mnds
@Sunny-China3
@Sunny-China3 4 жыл бұрын
Thanks for this amazing video.
@elinegomes403
@elinegomes403 5 жыл бұрын
O meu está dando um erro fatal
@yxliew8331
@yxliew8331 4 жыл бұрын
Is it possible to show the species name in the plot?
@liamhughes1998
@liamhughes1998 5 жыл бұрын
Hi thank you very much for this, have tried it with my own data but when I visualised it no points came up, do you know why this might be the case?
@4Katt7
@4Katt7 5 жыл бұрын
I am experiencing the same problem. I have tried editing the code but to no avail.
@nellllsooon1
@nellllsooon1 4 жыл бұрын
I have a question. what can I do if I do not met the assumptions of the Permanova?
@Sunny-China3
@Sunny-China3 4 жыл бұрын
If your permanova is significant and permadisp is not then their is location effect and if both of them are significant then their is surely dispersion effect and might (not always ) have location effect.
@baburao8511
@baburao8511 5 жыл бұрын
I tried but every time I'm getting xy.coords have different lengths please help me
@sandrezzalima7661
@sandrezzalima7661 5 жыл бұрын
Me too
@molliepage1054
@molliepage1054 5 жыл бұрын
@@sandrezzalima7661 This happened to me to but then it worked when I copy and pasted his exact script, I was obviously writing it wrong.
@RStatisticsandResearch
@RStatisticsandResearch 4 жыл бұрын
This suggests that there is an error in the format of your input file. Indeed, copy-paste my file (and add in your data), and it should work.
@ellaromanspedersen600
@ellaromanspedersen600 3 жыл бұрын
Such a great video thank-you!! do you know what i'd do to change the points to three colours instead of two?
@kimki-fitlifestyle1361
@kimki-fitlifestyle1361 4 жыл бұрын
I tried the code with my data and the figures generated were nice, however for the assumption of homogeneity of multivariate dispersion, I got an extremely small p-value, what I am supposed to do to modify it? Please give me some advice! Thank you!
@RStatisticsandResearch
@RStatisticsandResearch 4 жыл бұрын
Hello, this happens sometimes, and cannot always be solved. However, you could try to transform your input matrix prior to analysis, e.g. square root transformation to downsize larger values.
@loriscapria6757
@loriscapria6757 5 жыл бұрын
Great video! very clear and well explained! thanks! What if you have n groups instead of 2 (habitats)?
@BLooDy21HD
@BLooDy21HD 4 жыл бұрын
Is there anyway to get blue/red again? I am trying to run the command but i get the solution with every item being black
@pgpsp41
@pgpsp41 4 жыл бұрын
I am not a pro in R, so I don´t know if it works for you too... But with "with" after the normal plotting you can ink some communities/species. veg.mds
@RStatisticsandResearch
@RStatisticsandResearch 4 жыл бұрын
Hello, internal R code had recently been changed. I therefore rewrote the script using ggplot for visualization. You can find the updated script here: rstatisticsandresearch.weebly.com/nonmetric-multidimensional-scaling-nmds.html
@BLooDy21HD
@BLooDy21HD 4 жыл бұрын
@@RStatisticsandResearch Thank you for that, is there anyway that we can display the names of the dots in the plot?
@BLooDy21HD
@BLooDy21HD 4 жыл бұрын
@@pgpsp41 Thank you for y our time, i ll try the main script first and if it won't work, i ll try yours! Your's seems a little complicated, this is why i ll let it as my final choice
@katz9649
@katz9649 4 жыл бұрын
I LOVE YOU.. you just saved my paper.. i could kiss you right now
@JibHyourinmaru
@JibHyourinmaru 3 жыл бұрын
I got the visual using my own data. thanks! will you also do for other multivariate analysis like PCA, CA, PCO etc?
@kweenny5224
@kweenny5224 5 жыл бұрын
The fonts are so small 😔
@JinfengLin-c2e
@JinfengLin-c2e 4 жыл бұрын
Hello, I follow the tutorial, but I cannot get the plot. Can I send my my data for your reference?
@RStatisticsandResearch
@RStatisticsandResearch 4 жыл бұрын
Hello, internal R code had recently been changed. I therefore rewrote the script using ggplot for visualization. You can find the updated script here: rstatisticsandresearch.weebly.com/nonmetric-multidimensional-scaling-nmds.html
@IanMahetiMbano
@IanMahetiMbano 5 жыл бұрын
Hello Sir, l am trying this Tutorial with my data set. I keep on getting the error input must be numeric when l try the ordination. I have checked all all the data and all seems fine. Wanted to ask if u have faced such an issue and how u got around it.
@RStatisticsandResearch
@RStatisticsandResearch 4 жыл бұрын
Most likely R will think that one of your columns is not numeric. So, select your input datamatrix, and type and run the code str(dataname) to find out which one it is (note that you need to replace [datanama] with the name of your dataset). When you have found the particular column, then type dataname$columnname -> as.numeric(dataname$columnname) (again replacing with the actual names of your dataset and the corresponding column name).
@shumonaakther9416
@shumonaakther9416 5 жыл бұрын
can you please provide the link to download the dataset
@RStatisticsandResearch
@RStatisticsandResearch 4 жыл бұрын
The link can be found below the video!
@meriembousseba4934
@meriembousseba4934 3 жыл бұрын
Thank you very much for this video, it's really interesting. Can I have your email?
Ordination using NMDS (Non-metric multidimensional scaling)
23:09
Rob K Statistics
Рет қаралды 26 М.
Tutorial on using adonis from the vegan R package (CC081)
33:38
Riffomonas Project
Рет қаралды 35 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 33 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 58 МЛН
If people acted like cats 🙀😹 LeoNata family #shorts
00:22
LeoNata Family
Рет қаралды 45 МЛН
29: Non-Metric Multidimensional Scaling (NMDS)
12:05
Matthew E. Clapham
Рет қаралды 86 М.
451 MDS(Multi Dimensional Scaling) Analysis for metric type
14:49
Sangwoo.Statistics Kim
Рет қаралды 1,7 М.
SPSS - Multidimensional Scaling
6:53
Jens K. Perret
Рет қаралды 41 М.
NMDS in R
44:05
Ecological Applications in R
Рет қаралды 26 М.
Showing groups on a scatter plot for an ordination using ggplot2 (CC079)
30:32
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 33 МЛН