R for Data Science - R Programming for Beginners in 6 Hours

  Рет қаралды 195,260

Syed Mohiuddin

Syed Mohiuddin

Күн бұрын

Пікірлер: 242
@salyndiaye7238
@salyndiaye7238 4 жыл бұрын
0:10 What is R ? Why R? 2:09 Installation 5:35 R Studio Installation 7:29 R Studio Interface 11:18 First R Program 14:47 Basic Mathematical Operations 24:55 Variables 33:03 Basic Data Types 40:59 Variable assignment 45:34 Comments 46:44 Relational Operators 50:28 Logical Operators 54:45 Sequences 1:04:24 Replicate Function 1:08:05 Control Structures 1:09:36 If, if-else, else if 1:16:27 Ifelse() function 1:20:00 For loops 1:25:10 While loops 1:30:10 Repeat loops 1:35:08 break next statements 1:38:27 Functions 1:39:35 User Defined Functions 1:54:48 Function Returning Multiple Values 1:57:20 Inline Functions 1:59:13 Vectors 2:14:08 Vector Indexing 2:24:12 Matching Operator 2:27:08 Vector Arithmetic 2:32:42 Vector Methods 2:36:06 Vector Coercion 2:41:22 Logical vector 2:48:55 Factors 2:51:37 Mathematical Functions in R 2:59:16 Random Numbers in R 3:00:59 Matrix 3:07:57 Matrix diag() 3:11:18 Matrix Naming Rows & Columns 3:14:34 Matrix indexing 3:22:30 Matrix rbind() & cbind() Functions 3:27:52 Matrix operations 3:32:39 Matrix Specific Functions 3:36:39 Lists 3:42:15 Lists Indexing 3:47:23 Lists Subset Operator 3:50:20 Lists Concatenation 3:52:51 Dataframes 3:54:46 Creating Dataframes 3:58:42 Dataframe indexing 4:05:57 Dataframes subset() function 4:11:11 Dataframes rbind() & cbind() 4:15:34 Dataframes edit() function 4:18:44 Missing data 4:27:45 Dataframes Importing Data from Text Files 4:32:24 Dataframes Importing Data from CSV Files 4:34:23 Dataframes Importing Data from RDS Files 4:36:03 Dataframes Importing Data from Internet 4:38:30 Dataframes Importing Data from Clipboard 4:41:13 Dataframes Exporting Data to CSV Files 4:44:11 dplyr Package 4:46:37 dplyr select() function 4:53:33 dplyr filter() function 4:56:59 dplyr arrange() function 5:00:51 dplyr rename() function 5:04:53 dplyr mutate() function 5:08:08 dplyr group_by() function 5:10:36 dplyr Pipe Operator 5:15:02 Bar Graphs 5:19:57 Horizontal Bar Graphs 5:23:06 Stacked Bar Plots 5:29:50 Histogram 5:33:17 Scatter Plots 5:35:45 Line Graphs 5:36:57 Box Plots 5:39:24 Multiple Plots in Layout ENJOY !!!!!
@mmaman6931
@mmaman6931 4 жыл бұрын
How did you find this tutorial? Was it easy to understand? Thank you for this!
@trollsofficial3226
@trollsofficial3226 4 жыл бұрын
thank you
@blse2000
@blse2000 4 жыл бұрын
Thank you
@blse2000
@blse2000 4 жыл бұрын
Thanks for summarizing all the topics
@karthikeyanshanmugam9502
@karthikeyanshanmugam9502 4 жыл бұрын
Thank you very much
@jehushaphat
@jehushaphat 4 жыл бұрын
This is the clearest and least confusing R tutorial I've found on KZbin. Thank you!
@pslee16
@pslee16 3 жыл бұрын
agree
@ritiksaxena5499
@ritiksaxena5499 2 жыл бұрын
Ya totally agreed
@fury1920
@fury1920 2 жыл бұрын
@@ritiksaxena5499 hello are you a data scientist?
@g.o.graphics2343
@g.o.graphics2343 10 ай бұрын
I'm a Nigerian, I took interest in learning R programming a few weeks ago. I've come across several tutorials. Honestly, this is the most easiest and simplest way to learn R. Thank you. I've subscribed to your channel and hope to make the most of our learning this course through you
@uw_celio
@uw_celio Жыл бұрын
In 2023, I am watching this and I can't even thank you enough for clearly teaching this! Thank you so much!!!! I highly recommend this course and for a small tip, don't watch everything at once, choose a section to watch and then practice first and so on...it's much easy and fun!
@AdityaGupta-rd5ul
@AdityaGupta-rd5ul 4 жыл бұрын
It is the best way for learning the basics of R Programming. Fantastic teaching. Highly recommend this course to others. Respect Sir.
@AliBaBa-ol3cj
@AliBaBa-ol3cj 7 ай бұрын
Easily the best base R video out.there. Would strongly recommend anyone just starting with R to use this clip, even though they are learning R via the Tidyverse. Thank yiu very much sir.🙏
@akshaychauhan7601
@akshaychauhan7601 4 жыл бұрын
Best R Tutorial on YT for anyone looking to start
@thomasasare2177
@thomasasare2177 4 жыл бұрын
Yes i am looking to do it rigorously
@Chubby0aka
@Chubby0aka 4 жыл бұрын
This was so awesome. You explain the content very simply, from the very beginning. I had no idea on how to start learning R program, but I think I invest my time on the best teaching lesson for R for a beginner. Thanks a lot and please do more videos.
@Softlect
@Softlect 4 жыл бұрын
You're very welcome!
@amitdangase3368
@amitdangase3368 3 жыл бұрын
@@Softlect sir is this video complete all concept of R for business analyst??
@Shubhams_Globe_Trek
@Shubhams_Globe_Trek 3 жыл бұрын
0:00 About this course 0:10 What is R ? Why R? 2:09 Installation 5:35 R Studio Installation 7:29 R Studio Interface 11:18 First R Program 14:47 Basic Mathematical Operations 24:55 Variables 33:03 Basic Data Types 40:59 Variable assignment 45:34 Comments 46:44 Relational Operators 50:28 Logical Operators 54:45 Sequences 1:04:24 Replicate Function 1:08:05 Control Structures 1:09:36 If, if-else, else if 1:16:27 Ifelse() function 1:20:00 For loops 1:25:10 While loops 1:30:10 Repeat loops 1:35:08 Break next statements 1:38:27 Functions 1:39:35 User Defined Functions 1:54:48 Function Returning Multiple Values 1:57:20 Inline Functions 1:59:13 Vectors 2:14:08 Vector Indexing 2:24:12 Matching Operator 2:27:08 Vector Arithmetic 2:32:42 Vector Methods 2:36:06 Vector Coercion 2:41:22 Logical vector 2:48:55 Factors 2:51:37 Mathematical Functions in R 2:59:16 Random Numbers in R 3:00:59 Matrix 3:07:57 Matrix diag() 3:11:18 Matrix Naming Rows & Columns 3:14:34 Matrix indexing 3:22:30 Matrix rbind() & cbind() Functions 3:27:52 Matrix operations 3:32:39 Matrix Specific Functions 3:36:39 Lists 3:42:15 Lists Indexing 3:47:23 Lists Subset Operator 3:50:20 Lists Concatenation 3:52:51 Dataframes 3:54:46 Creating Dataframes 3:58:42 Dataframe indexing 4:05:57 Dataframes subset() function 4:11:11 Dataframes rbind() & cbind() 4:15:34 Dataframes edit() function 4:18:44 Missing data 4:27:45 Dataframes Importing Data from Text Files 4:32:24 Dataframes Importing Data from CSV Files 4:34:23 Dataframes Importing Data from RDS Files 4:36:03 Dataframes Importing Data from Internet 4:38:30 Dataframes Importing Data from Clipboard 4:41:13 Dataframes Exporting Data to CSV Files 4:44:11 dplyr Package 4:46:37 dplyr select() function 4:53:33 dplyr filter() function 4:56:59 dplyr arrange() function 5:00:51 dplyr rename() function 5:04:53 dplyr mutate() function 5:08:08 dplyr group_by() function 5:10:36 dplyr Pipe Operator 5:15:02 Bar Graphs 5:19:57 Horizontal Bar Graphs 5:23:06 Stacked Bar Plots 5:29:50 Histogram 5:33:17 Scatter Plots 5:35:45 Line Graphs 5:36:57 Box Plots 5:39:24 Multiple Plots in Layout
@emmanuelemma2373
@emmanuelemma2373 7 күн бұрын
Thank you for this highly informative video! Your clear and straightforward explanation made R programming much more accessible. Great job - I’m excited to see more tutorials like this in the future!"
@acru518
@acru518 3 жыл бұрын
Syed I am eternally indepthed to you. From a zero in programming now I already a coder. Hats of to your simple and detailed video
@samuelochieng2582
@samuelochieng2582 Ай бұрын
This video has remained my best R tutorial ever, the foundation of my success in R Programming! Excellent work Syed 👏👏👏
@krutikeshjavir2835
@krutikeshjavir2835 4 жыл бұрын
Very grateful to you sir for putting it together so clearly for beginners to understand the fundamentals. R was taught at a Perfect speed for someone who had no coding experience. Thank you very much.
@Softlect
@Softlect 4 жыл бұрын
You are very welcome
@anurag17091977
@anurag17091977 3 жыл бұрын
Excellent work. Appreciate your hard work. I really love this video. Learned complete R from scratch from this video.
@rebeccaagaya8103
@rebeccaagaya8103 3 жыл бұрын
This is the best R video I have watched . Thank you so much
@routhuaravind6006
@routhuaravind6006 3 жыл бұрын
thank for your time to make this kind of detailed video about "r", its truly useful !
@shusma4069
@shusma4069 3 жыл бұрын
The longest tutorial I have ever completed. Thank you.
@kushagraagarwal4083
@kushagraagarwal4083 3 жыл бұрын
Did u make notes .?
@kushagraagarwal4083
@kushagraagarwal4083 3 жыл бұрын
Can u send me your notes if u have made 🙏 plz
@kibesamuel697
@kibesamuel697 3 жыл бұрын
Wow, sir, you are awesome, the greatest 6 hours of my Data science path.
@winifredgyang9975
@winifredgyang9975 4 ай бұрын
Thank you so much for this lesson. I have been looking for a simple lesson on R. This is the best Sir.
@apurvapatel659
@apurvapatel659 4 жыл бұрын
Good tutorial.... Just now at 4:11:32 .. Will complete soon after lunch 😅
@hubertg7100
@hubertg7100 3 жыл бұрын
This tutorial is like an R list that is you concatenate many atomic elements to create a visual, engaging and enriching masterpiece. Many Thanks!
@shivanimundle6518
@shivanimundle6518 3 жыл бұрын
Hello Sir, I am only halfway through the video but it is so insightful and knowledgeable that I feel obliged to appreciate the effort that went into making this. Everything has been explained so keenly and precisely, this is one of the most helpful videos I've ever come across. Thank you so much.
@study6406
@study6406 3 жыл бұрын
hi!! did you finish the course? What else sources did you use for learning R?
@kennedyodoyo1458
@kennedyodoyo1458 4 жыл бұрын
Well done job, you have made R learning enjoyable especially for beginners like me
@Softlect
@Softlect 4 жыл бұрын
Thank you very much!
@ShahidIqbal-sq7bf
@ShahidIqbal-sq7bf 4 жыл бұрын
the most helpful video on R for beginners u r just awesome
@Softlect
@Softlect 4 жыл бұрын
Glad you think so!
@pros-and-cons
@pros-and-cons 4 жыл бұрын
Really clear. Good graphics. Thank you!
@Softlect
@Softlect 4 жыл бұрын
Thanks for watching! You're welcome!
@lyanisitti9378
@lyanisitti9378 6 ай бұрын
This is the best and simplest tutorial ever
@sharanyasrivastava649
@sharanyasrivastava649 3 жыл бұрын
Amazing Video sir. Can u also add more into it about the Statistics section and Hypothesis Testing?
@vigneshd7721
@vigneshd7721 3 жыл бұрын
best video of r programme in KZbin👏👏👏👏
@richardvarnie
@richardvarnie 8 ай бұрын
Sir, thank you so much!!! This tutorial is one of the best online tutorial for R programming...
@asifahussain899
@asifahussain899 2 жыл бұрын
I can't thank u enough Sir .. May God bless u
@arwaelnasri3901
@arwaelnasri3901 Жыл бұрын
Thanks a lot. Well organized, clear, simple and informative 👍
@NathaShiv
@NathaShiv 3 жыл бұрын
Thank you for this course! your way of teaching is just amazing! Please do Sql + R+ PowerBI or Tableau integration course too.
@imAkkie5
@imAkkie5 3 жыл бұрын
At 1:52:00 if you want to use default parameter at first and then positional parameter at secont use mysum(,5), this will take 1st default parameter and then 5 will be assignes to second argument and then third default parameter will be automatically asigned as per main function.
@1Eagler
@1Eagler 4 жыл бұрын
Funny, but I implemented most of the table functions in C++ back in the 1989 - for a project in signaling that needed array multpilication, divisions, inversions, etc .
@abubakariyushawu1790
@abubakariyushawu1790 4 жыл бұрын
Thank you so very much. This video has given me the sense of R programming. I'm now ready to learn
@Softlect
@Softlect 4 жыл бұрын
Glad it was helpful!
@Vikaaash
@Vikaaash 3 жыл бұрын
Hats off to you SIR ... very clear and crisp video. Many thanks for sharing this Video
@multiplier007
@multiplier007 4 жыл бұрын
Sir you have given a great explanation But you didn't tell how to input from a user
@orueuropeanyathra
@orueuropeanyathra 4 жыл бұрын
The perfect and best video that i ever seen.. Thank you
@jakirajam
@jakirajam 3 жыл бұрын
It is really nice video for Beginners, who Just start to Learn R course .Nice explanation
@GuilhermeFahd
@GuilhermeFahd 3 жыл бұрын
Done! Thank you very much, prof!
@mohsinsiddiqui7162
@mohsinsiddiqui7162 4 жыл бұрын
Love from Nepal Sir, Great way of teaching Easy explanation 🤩❤️👍👍
@Rahul-dk1pk
@Rahul-dk1pk 4 жыл бұрын
Too good .it's really helpful who wants to start to learn R .
@dhwajaltrivedi2837
@dhwajaltrivedi2837 4 жыл бұрын
Great tutorial! loved it.
@Softlect
@Softlect 4 жыл бұрын
Thanks so much!
@gabrielodiase7357
@gabrielodiase7357 2 жыл бұрын
Amazing job you have done. Makes learning easy and simple
@vishalborase5506
@vishalborase5506 2 жыл бұрын
the most useful "r" course so far! i am doing this just after finishing the "google data analytics course". is below code correct ?x0, "Number is Positive", ifelse( x
@luyu4923
@luyu4923 3 жыл бұрын
This course is so helpful. 😊 Thank you so much!
@Otaku__San
@Otaku__San 4 жыл бұрын
Thanks for the video!! Very well explained .
@Softlect
@Softlect 4 жыл бұрын
You are welcome!
@vizibathla2119
@vizibathla2119 4 жыл бұрын
Thank you very much. Nice explanation of R for beginners.
@Softlect
@Softlect 4 жыл бұрын
Most welcome!
@oharahamilton2
@oharahamilton2 3 жыл бұрын
Thank you so much for the great videos!
@ramachandranmn1
@ramachandranmn1 4 жыл бұрын
Excellent Explanation !
@Softlect
@Softlect 4 жыл бұрын
Thank you!
@MrAffway
@MrAffway 4 жыл бұрын
Thanks a lot for this video! You uploaded the data sets, just as a suggestion, how about uploading a script which includes everything you discussed in this tutorial.
@feelingless-is-meaningless4654
@feelingless-is-meaningless4654 2 жыл бұрын
Commendable job, Dear Sir!
@charlychen4904
@charlychen4904 4 жыл бұрын
great tutorial, sincere thanks!!
@sanjaisrao484
@sanjaisrao484 2 жыл бұрын
Thank you very much for your wonderful explanation
@onlymathstutorialpoint
@onlymathstutorialpoint 3 жыл бұрын
Hi sir.... Your explanation is very easy to understand... Can you provide sample project with R programming.
@onlymathstutorialpoint
@onlymathstutorialpoint 3 жыл бұрын
Hi sir... is Your material is enough to get real time experience... If not could you please post real time scenarios using R.
@three_d1640
@three_d1640 3 жыл бұрын
Thank you very very much, God bless You Sir.
@CipherKilledit
@CipherKilledit 4 жыл бұрын
Daaaaamn! Keep it up!
@Softlect
@Softlect 4 жыл бұрын
Thanks! Will do!
@dassad9777
@dassad9777 2 жыл бұрын
25:50 underscore _ in variable names is good practice, dot . is really not a good practice, because dot between objects means you use objects method or objects inner variable. That makes a big confusion.
@rakeshthakur-nd5sk
@rakeshthakur-nd5sk 4 жыл бұрын
Awesome video, thank you so much.
@Softlect
@Softlect 4 жыл бұрын
Our pleasure!
@hemantsharma17
@hemantsharma17 2 жыл бұрын
Done finally !!!! Thanks CodingPly 🙂
@ihsandag7405
@ihsandag7405 3 жыл бұрын
All my compliments to the probably best R course for a beginner!!! Thanks a lot!
@nb2460
@nb2460 2 жыл бұрын
Awesome Video for a beginner.
@shreyapandey4326
@shreyapandey4326 2 жыл бұрын
Thank you so much sir... Great video
@dassad9777
@dassad9777 2 жыл бұрын
52:50 can we think how can we make XOR Gate using and, or and not? It will be AND( OR (x.y) , !AND(x,y) )
@biblisabatti10
@biblisabatti10 6 ай бұрын
I'm here in 2024, i wanna learn data science with R. Do you things I can still rely on this course (4 years ago) for my journey? Thanks
@y.sreddy8887
@y.sreddy8887 Жыл бұрын
Iam RSDO, working in APSSDC... Really great👍👍
@imAkkie5
@imAkkie5 3 жыл бұрын
10:01:15, if we add L after any number it will be considered as integer form instead of double. 10 is double 10L is integer.
@ruhiscorner7318
@ruhiscorner7318 2 жыл бұрын
Yes
@ranaarslan6938
@ranaarslan6938 3 жыл бұрын
I found a great tutorial... i cannot explain in words thanks a loooooot
@tanmayeekalaiahgari4705
@tanmayeekalaiahgari4705 Жыл бұрын
sir unable to download the dataset from the given link...it is redirecting to some other site..kindly help me
@aasthadaga6706
@aasthadaga6706 4 жыл бұрын
This vedio is amazing... Sir please make vedio on financial analysis using R
@statisticstime4734
@statisticstime4734 4 жыл бұрын
Excellent!
@raagibshakeel
@raagibshakeel 3 жыл бұрын
Sir, I tried to plot the histogram with ggplot2 with facet grid and I got an error message. Please tell me how to rectify? Code - ggplot()+geom_histogram(data=data,aes(x=income,y=..density..),fill='red',color='black'+facet_grid(marital~gender)) Error message `stat_bin()` using `bins = 30`. Pick better value with `binwidth`. Error: Aesthetics must be either length 1 or the same as the data (30): colour Run `rlang::last_error()` to see where the error occurred.
@sarthakagarwal31
@sarthakagarwal31 2 жыл бұрын
Sir, Does the video has use of aggregate, jitter and all types of functions?
@ihtishamulhaq3553
@ihtishamulhaq3553 3 жыл бұрын
Thank you sir for the most helpful video
@krishanchauhan4895
@krishanchauhan4895 4 жыл бұрын
very interesting video sir but i have a doubt. sir you are writing all the code in R script and doing the analysis of dataset in R console if i import dataset in R script and do all the the coding in console how the analysis of dataset can be done in R script of selected dataset. please comment
@vincenttanoe7134
@vincenttanoe7134 4 жыл бұрын
Excellent tutorial !
@pslee16
@pslee16 3 жыл бұрын
Where can I download those data set for demonstration?
@kirannanip7067
@kirannanip7067 2 жыл бұрын
I have 7 years of working experience with SAS software...is R is difficult to learn compared to SAS ?
@rohitkharat106
@rohitkharat106 4 жыл бұрын
Please make videos on SQL for Data science
@AshisRaj
@AshisRaj 3 жыл бұрын
excellent explaination
@rebeccaagaya8103
@rebeccaagaya8103 3 жыл бұрын
How do I save my work,do I have to save a new file and still set it as th working environment
@nacanaborelwende1013
@nacanaborelwende1013 4 жыл бұрын
Very useful! thank you very much
@Softlect
@Softlect 4 жыл бұрын
Glad to hear that!
@MrVivekc
@MrVivekc 3 жыл бұрын
how to perform joins and set operations using dplyr library? pls respond.
@ramachandran2023
@ramachandran2023 4 жыл бұрын
more informative and easy to follow
@abhishekchakrabarty2930
@abhishekchakrabarty2930 3 жыл бұрын
Excellent video sir....after that what I should I learn in order to learn data science?
@oliverf2924
@oliverf2924 3 жыл бұрын
Thank you very much, very helpful
@abhaybiwal6502
@abhaybiwal6502 3 жыл бұрын
Sir I m not able to run read.table() function it shows error again and again 😑😢😢😢please help me
@paulsunil117
@paulsunil117 3 жыл бұрын
Error: arrange() failed at implicit mutate() step. * Problem with `mutate()` input `..1`. x object 'confirmed' not found i Input `..1` is `confirmed`.
@karthikkhanna1263
@karthikkhanna1263 3 жыл бұрын
Do we have to choose packages everytime we start the R studio?
@banafshehm340
@banafshehm340 4 жыл бұрын
it was wonderful, thank you , but i have a question how can i fix error in file (file, "rt")?
@socialcomplexitydinocarpen6372
@socialcomplexitydinocarpen6372 4 жыл бұрын
Thank you very much, sir!
@kundakurade5556
@kundakurade5556 3 жыл бұрын
Excellent
@sourav7413
@sourav7413 4 жыл бұрын
Thanks bro .....good one tutorial
@aniket5492
@aniket5492 4 жыл бұрын
sir while plotting histogram an error occurred it shows x index must be numeric..i tried conversion and also removed the comma separators..but still it wont work as mydata is a list and cant be converted into numeric PLEASE HELP
@Shreyas5_
@Shreyas5_ 3 жыл бұрын
that's cos you're probably typing 'Price' as 'price' in the hist function. It should be as follows: mysubdata
@m.j8284
@m.j8284 3 жыл бұрын
very good thanks
@someshkumar1578
@someshkumar1578 3 жыл бұрын
This video is amazing sir. Can you please upload something on ggplot it will be a great help😇
@OnlineGreg
@OnlineGreg 2 жыл бұрын
great video! Can i use the datasets for own purposes?
@Softlect
@Softlect 2 жыл бұрын
Yes you can, those datasets are publicly available
@manasranjan3554
@manasranjan3554 4 жыл бұрын
Very nice video Sir. Thank you
@Softlect
@Softlect 4 жыл бұрын
Most welcome
@arunkumarsingh2783
@arunkumarsingh2783 4 жыл бұрын
sir which tool u r using for the recording of screen ???
@aa4734
@aa4734 4 жыл бұрын
Plz provide full material on datascience and let me know if you are providing any online classes for datascience. Thanks&Regards
@numbnuttz5723
@numbnuttz5723 3 жыл бұрын
Which country you are from ?
R Programming for Beginners | Complete Tutorial | R & RStudio
49:45
Dynamic Data Script
Рет қаралды 719 М.
Don't look down on anyone#devil  #lilith  #funny  #shorts
00:12
Devil Lilith
Рет қаралды 46 МЛН
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 58 МЛН
R Programming Crash Course
1:33:23
Traversy Media
Рет қаралды 81 М.
R Programming Tutorial - Learn the Basics of Statistical Computing
2:10:39
freeCodeCamp.org
Рет қаралды 4,4 МЛН
Tidyverse - tidyr and dplyr
1:56:42
Elijah Appiah
Рет қаралды 3,5 М.
R programming for beginners - statistic with R (t-test and linear regression) and dplyr and ggplot
15:49