Running Basic Statistical Analysis in R

  Рет қаралды 86,324

LiquidBrain Bioinformatics

LiquidBrain Bioinformatics

Күн бұрын

Пікірлер: 39
@arkanshsharma850
@arkanshsharma850 11 ай бұрын
Single best video which teaches r and statistics the best way possible
@lindajonnes4516
@lindajonnes4516 3 жыл бұрын
One of the best R-tutorials so far
@SoyKhalid
@SoyKhalid 2 жыл бұрын
Mr LB, your efforts in explaining aspects of R, and in presenting the material to that end, are heaven sent! Thank you so very much!
@muskansyed2037
@muskansyed2037 Жыл бұрын
What a wonderful session and to practice these codes side by side made my concepts even clearer especially enjoyed the pheatmap part ! Please keep up the amazing work Mr LB
@motivationaldiary1544
@motivationaldiary1544 2 жыл бұрын
Mr LB, l would like to say thank you, l love how you just made R so easy for me to navigate around... Deeply appreciate the presentation you did
@nonoobott8602
@nonoobott8602 3 жыл бұрын
This is very concise and explicit. Thanks for sharing
@laureakpodji6833
@laureakpodji6833 2 жыл бұрын
Thank you so much, for this video, which reconciles me with R🤩
@OFWCREATOR
@OFWCREATOR 2 жыл бұрын
You're the best, you made it simple and sweet.
@AchiragChiragg
@AchiragChiragg Жыл бұрын
8:54 there's a mistake in that Formula, it should be lm(y~x) not lm(x~y)
@veenalasrado6364
@veenalasrado6364 3 жыл бұрын
Absolutely brilliant, clear, concise, and articulate...Thank you so much
@miransh
@miransh 2 жыл бұрын
Hey thanks very much for this learning, this video is very important to me and very valuable because there are no other videos on KZbin like this. The reason I am saying is that I searched and searched for a week and could not find any videos that explains the practicality and usage of R. Everyone talks about theory as to how to get mean etc how to get median but nobody talks how to interpret these results what does SD of 1.5 mean to you that’s something people don’t talk about thanks very much again for this video and look forward to many more practical videos that will tell you how to get data from the web for example stock market and/or how to do stock analysis on your own using R this would be a very interesting topic if you can I would really appreciate it
@saniousmane7047
@saniousmane7047 Жыл бұрын
Thank you a lot for this excellent presentation and teaching.
@theforester_
@theforester_ 3 жыл бұрын
really nice tutorial man! big shout out from brazil
@fotensolution6504
@fotensolution6504 7 ай бұрын
Hello, could you please help me, I used this code to fit the trendline of my data, but the line did not show "> abline(lm(Rawdata$Elevation~Rawdata$Bulk, data=Rawdata))". What could be the possible problem? Your video has been helpful as I am a new user of R. I have successfully implemented your tips until this point. Thanks
@LuluQi-d1w
@LuluQi-d1w Жыл бұрын
hello,could you please tell me how to do autoencoder anaysis for raster in rstudio?
@christine_ko
@christine_ko Жыл бұрын
Many thanks sir! Thank you for creating the informative and engaging video👍
@oacho3
@oacho3 Жыл бұрын
Hi LB, I am curious to hear your professional opinion about how to fit a model that I find to be challenging. I have measurements of oxygen consumption taken at 4 different temperatures for 520 eggs belonging to 80 species of insects. The goal of my model is to look at how a series of predictors like location, mortality ecc. influence the slopes of the lines that describe the change in oxygen consumption across the 4 measurement temperatures. Oxygen consumption intuitively increases with egg mass, measurement temperature and age of the egg. What I do not understand is how to make these slopes the dependent variables. If I first make a model like oxygen~egg mass+age+measurement temperature and then I use the slopes for each species as dependent variable in a model like slopes~site+mortality+ambient temperature is that correct? Or is that discourage because I am doing statistics on statistics? Conversely, if I build only one model like oxygen~egg mass+age+measurement temperature+site+mortality+ambient temperature is this model actually looking at slopes? Sorry for the long question but I find it hard to get a reasonable answer by myself. Cheers
@louisecapener4177
@louisecapener4177 2 жыл бұрын
These videos are brilliant, thank you!
@marcvwest
@marcvwest 3 ай бұрын
Excellent Intro 1. Can you explain what Piping does, does it instantiate an instance of the data into personal defined dataset or variable? 2. You didn't add the links at the bottom in your description. 3. install.packages pheatmap needs to be in quotes.
@Alfie_Gordon
@Alfie_Gordon 2 жыл бұрын
You made this very simple. Thank you so much.
@explorewithme7540
@explorewithme7540 Ай бұрын
I am learning a lot, thanks a lot
@brendaferes6028
@brendaferes6028 2 жыл бұрын
how do I add my own data into R ?? I'm very new in this field pls help me :)
@uttambarua2951
@uttambarua2951 Жыл бұрын
Excellent presentation and thank you so much.
@miransh
@miransh 2 жыл бұрын
Would you please share a link about how to deal with non parametric or skewed data and outliers? Thanks
@LiquidBrain
@LiquidBrain 2 жыл бұрын
I don't think there's a standard way to deal with skewness ot outliers without understand the nature of the data. Some required moving the outlier, some required transformation/normalization. One of the example I have talked about is the use of negative binomial model.in the. Gene expression in the Deseq2 program (you can check it out here kzbin.info/www/bejne/onvaZ36rlM-Eoa8)
@Ratseeker
@Ratseeker 3 жыл бұрын
Where did the inputted data come from (iris)? How should I save my physical lab notebook data? Where did you type in the data to use in R? An excel sheet? A text file? Do you have all your original data from an excel sheet, type it into R all over again without a typo, and then save that data to use later?
@LiquidBrain
@LiquidBrain 3 жыл бұрын
Iris is actually build into the Rstudio envionment, you can just type in and it should work
@louisirving588
@louisirving588 Жыл бұрын
Around the 10:40 mark, you talk about the difference between r2 and p-values, but I think you make some minor mistake. r2 value tells you what percentage of teh variation in y is explained by changes in x - i.e. how much of the variation is explained by the line. The p-value tells you whether the gradient of the line is significantly different from zero.
@louisirving588
@louisirving588 Жыл бұрын
This said, your explanations of R are awesome - thank you!
@GUGU181
@GUGU181 3 жыл бұрын
Thanks dear for this informative video. I'm basic learner who want to do pca, correlation, and regression model with my ecological data set R. Can you help me?
@LiquidBrain
@LiquidBrain 3 жыл бұрын
Feel free to sent me a mail at liquidbrain.r@gmail.com
@jung-eungil7148
@jung-eungil7148 2 жыл бұрын
Thank you for this informative video so much. Your videos are always helpful to me. I have a question about PCA. If my PC1 is around 39%, PC2 is 23%, and PC1~PC4 cover over 80% of RNA seq data, should I use PC1 and PC2 for the PCA plot?
@LiquidBrain
@LiquidBrain 2 жыл бұрын
It really depends on your tolerance to the coverage, you can try to run a scree plot to check the coverage and decide based on the elbow of the scree plot. You can also check this video on how to create a plot in 3D to allow you to check 3 dimension at the same time . For non linear relationship in the data, you might also want to try MDS, TSNE and UMAP~~~ 3d plot(kzbin.info/www/bejne/ip27hJ-MabOaapI)
@Seto-nw2gn
@Seto-nw2gn 8 ай бұрын
Nice work
@louisirving588
@louisirving588 Жыл бұрын
"Student" was the pseudonym of William Gosset, who invented the t-test.
@HCsailingon
@HCsailingon 2 жыл бұрын
Good stuff
@annakimberly3219
@annakimberly3219 2 жыл бұрын
THANKS!!!
@DB-kv3wu
@DB-kv3wu Жыл бұрын
It is a very good lecture, but, the demonstration is too fast to understand for biggners.
Explore your data using R programming
25:39
R Programming 101
Рет қаралды 114 М.
(Simplified) Linear Mixed Model in R with lme()
26:17
LiquidBrain Bioinformatics
Рет қаралды 76 М.
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН
Statistics made easy ! ! !   Learn about the t-test, the chi square test, the p value and more
12:50
Global Health with Greg Martin
Рет қаралды 2,2 МЛН
RStudio Tutorial for Beginners: Introduction to R Studio and Basics of R
49:45
Dynamic Data Script
Рет қаралды 728 М.
Learn R in 39 minutes
38:56
Equitable Equations
Рет қаралды 799 М.
R programming for beginners - statistic with R (t-test and linear regression) and dplyr and ggplot
15:49
How to choose an appropriate statistical test
18:36
TileStats
Рет қаралды 156 М.
Data visualization with R in 36 minutes
36:16
Equitable Equations
Рет қаралды 41 М.
How To Know Which Statistical Test To Use For Hypothesis Testing
19:54
Amour Learning
Рет қаралды 826 М.
Principal components analysis in R
26:49
Hefin Rhys
Рет қаралды 159 М.