perfect language for me as a formulator/chemical engineer. I have been learning javascript for the past 3 months which i must say helped me a lot with transition from Javascript to R...in essence, if u learn one programming language, it will be very easy to learn the next one
@tracymiller20124 жыл бұрын
Thank you! I am in an MBA class for data analytics and we have to learn this program. Appreciate this intro so much!
@Neo-n9k4 жыл бұрын
First time watching a video like this of learning R. Told in a very relaxing way that actually made me get over some minor anxiety I had. Excited now
@JR-em3mo3 жыл бұрын
Its always duanting at the start but it always helps to keep things fun and light so you don't feel like crashing. I write this as a have a pending project lmao
@Neo-n9k3 жыл бұрын
@@JR-em3mo haha all the best man
@Vintagetube3103 жыл бұрын
Thank you so much for this intro. Very informative, for people just diving into R, with no previous background.
@itdepends59063 жыл бұрын
You pace and voice are very friendly, and add to the usefulness of the video. Thank you so much!
@yuripavlov50914 жыл бұрын
This my first day with R. Just downloaded. I am glad there is a video to help me not be afraid of R. Thank you, good man!
@salihsalim11963 жыл бұрын
Starting out with R . Confused between R and R studio. Thanks for the simple video
@surrensy7 жыл бұрын
Thank you! Perfect for a first overview which doesn't scare you away hahah :)
Thanks for sharing! I was glad to learn about some of the online forums and the existence of tutorials. Learning new tools can be intimidating at any stage of your career, but this makes it more palatable.
@HowToR4U8 жыл бұрын
Glad it could help, and that's great you are learning new skills!
@jenniferstrong48092 жыл бұрын
Watching as recommended for a class I'm taking. Good intro. I appreciate the resources at the end.
@photomaster13 жыл бұрын
Thank you for this, I did my Masters's paper using RStudio.
@onetwoBias5 жыл бұрын
Trying to learn R from scratch for a bachelors project - your video was very helpful :)
@potatofarmer20997 жыл бұрын
I've been using RStudio for a few months now and I still learned a few things from your video! My favorite is the different themes for the editor/ console, so much easier to look at than the white background. I had no idea there were options! Thanks!
@nukelaloosh22363 жыл бұрын
Boohsss
@Fanta_Toure Жыл бұрын
How did you learn it
@koedyharper47478 жыл бұрын
Great video! Very helpful and got me excited to play with R. Thanks!
@Muizur3 жыл бұрын
You sir are an officer and a gentleman!
@saminbarghan77384 жыл бұрын
You are the best, please keep posting more videos. Thank you :)
@sarthakdash4u9 жыл бұрын
Great Intro Video.... ... Waiting for Advanced Videos ...
@cal_hennesey63438 жыл бұрын
Great video, nice and clear and shows useful tools for a beginner.
@mogosdebesh7956 Жыл бұрын
Nice program, I like it, the way you explain is awsome.
@RefiloeMakhesi2 жыл бұрын
brilliant I'm about to start my R journey and this is very helpful
@chhayavarshney32393 жыл бұрын
Thank you so much i was struggling a lot in these online classes for this couldn't understand it when my professor told it
@haimangnguyen68814 жыл бұрын
Buổi 1: Bài tập 1,Cách lấy dữ liệu Cách 1: Lấy trong cửa sổ Rstudio Cách 2: Bước 1, Tạo đường dẫn đến thư mục chứa dữ liệu: setwd("C:/BoMonToan/KinhTeLuong/DuLieuThucHanhKinhTeLuong") Bước 2,Đọc lệnh: VD: dl=read.csv("CamQuyt.csv") #mặc định header = T 1.a,Hàm thực hiện hồi quy: 1.a.1, Hàm thực hiện hồi quy lm(Y~X): linear model lm(Y~X2+X3) 2,Cách lấy dữ liệu .txt Cách 1:Lấy trong cử sổ rstu Cách 2: Đọc dữ liệu bằng hàm read.table ("tên fie", header = T) VD: dl2=read.table("DS.txt", header = T) #mặc định header = F 3, Cách lấy dữ liệu .rda C1: Lấy trong cửa sổ RStudio: Files(góc 4h) -> New folder -> Chọn files #khác với 2 kiểu trên, .rda là dữ liệu thuộc ngôn ngữ R, nên không cần phải "nhập khẩu Import dữ liệu" C2: load("tên file") VD: dl3=load("DCT.rda") 4, Giới thiệu một số hàm trong hồi quy trên R 1. Hàm hồi quy: lm(Y~X) 2. Tính hệ số tương quan: cor(X,Y) 3. Vẽ biểu đồ tán xạ: plot(Y~X), plot(X,Y) 4. Vẽ thêm đường thẳng hồi quy vào tập điểm: abline(lm(Y~X)) 5. Hàm thêm thông tin về mô hình: sumary(lm(Y~X)) 6. Tìm khoảng tin cậy cho hệ số tương quan: confint(lm(Y~X)) 7. Kiểm định hệ số hồi quy: glht( 8. Hàm dự báo trong mô hình hồi quy: predict(lm(Y~X)) *Chú thích: Tải tài liệu học: sites.google.com/site/bmtoantlu -> Kinhteluong ( góc 3h) )
@TariqTheTutor7 жыл бұрын
Thank you, I greatly appreciate the way you make it seem really easy, you are a great teacher.
@izzthewizz63 жыл бұрын
Great resources at the end! thank you
@asnathnnko18548 жыл бұрын
Thank you for this introductory video. It has helped me a lot as a beginner.
@elijahkelsey23077 жыл бұрын
Thank you very much for this video! I am looking forward to learning R and potentially applying it to the world of business.
@sampathsenadheera27179 жыл бұрын
Thanks ,it gives very important tips for r-studio users like us , thanks
@srikanthtr4 жыл бұрын
Thanks for this very simple start guide.
@mflores15708 жыл бұрын
Great introductory video to get started. Thanks.
@RicardoBarreraArellano2 жыл бұрын
Awesome explanation. Thanks!
@rashidyoutubechannel7917 жыл бұрын
Interesting , very basic introduction for beginners, thank you publisher.
@olumuyiwamatthew9554 жыл бұрын
Thank you for this intro. I am completely new to programming. And i want to go int data science. But thank for the intro.
@JatinNagpal17 жыл бұрын
Nice video for someone who is completely new to R
@dhonyk.nugroho14699 жыл бұрын
nice to learn R language and tools.. great job..Thanks..
@fbennett1227 жыл бұрын
Great intro - simple, lots of help tips and extra resources.
@fredericoaragao6 жыл бұрын
thank you so much. I've just started to learn how to use R, and this video helped a lot.
@theanioutlet67283 жыл бұрын
Thank you person that sounds so much like Jesse Eisenberg!
@fridaballgren68103 жыл бұрын
This is great! Thanks!
@slimsilesh17 жыл бұрын
thank you bro.. i'm new to this Rstudio.. i need to understand the functions more
@mortirn73328 жыл бұрын
This Video is really awesome. Thank you very much.
@haleyjones34725 жыл бұрын
Thanks. This was a really helpful introductory video for R and RStudio.
@berriiphone94564 жыл бұрын
This is so cool. Thanks very much!
@suvoshreebose93117 жыл бұрын
thank you so much for describing this in so simple way
@syvfiqrahman5 жыл бұрын
Thank you for sharing.. more video on R application please.. better if concluded with examples of articles
@jasminemaria93803 жыл бұрын
thank you so much for this!
@chaitu7238 жыл бұрын
Great video.. Good place to start for a beginner..
@Bioexploration3605 жыл бұрын
I want to learn R from A to Z...Love R
@willow939324 жыл бұрын
This is super helpful, thanks!
@nonameman37 жыл бұрын
Lots of worthwhile info in there! Thanks!
@juanpiuxАй бұрын
Thank you for the example!
@RProgramming1015 жыл бұрын
Thanks for the video.
@Persian_Unite2 жыл бұрын
great job
@DylanWan9 жыл бұрын
Thanks for your nice video. It is very helpful.
@blutone19584 жыл бұрын
Thank you. Good overview for me.
@anamuch94576 жыл бұрын
Thank you very much for this video it is really helpful.
@marwatawfik39565 жыл бұрын
Many thanks for your video, I have an enquiry if you don't mind; How you moved the "Files" tab to the right-hand corner beside "Environment" and "History" tabs in the right up corner of the Rstudio?
@yanfengwu95306 жыл бұрын
It is really helpful for a beginner, like me. thank you so much.
@AnalyticoHub7 жыл бұрын
Thank you, I appreciate the help.
@joelkaruri30699 жыл бұрын
Thanks for the walkthrough..Quite helpful.
@federicogonzalez34387 жыл бұрын
Thank you!! Very well explained and easy to understand :)
@nadinibrahim82035 жыл бұрын
Thank you so much! This is a great introductory tutorial!
@SpiderSlob7 жыл бұрын
Thank you so much. There was just one little problem that you helped me fix.
@adilbhatti45773 жыл бұрын
Hi, thanks for effort man, my question, I have already R on my Comp. But no seeing R Studio I would like to try it. SO do i have to remove R first before running R Studio, Thanks
@joeallen98974 жыл бұрын
I find a lot of these videos assumes you already have data, it would be nice to know how to organize it for utilization.
@TheDavidlloydjones6 жыл бұрын
He says that because R is a scripting language therefore it is much more flexible. This brings up a natural statistical question, it seems to me: More flexible than what?? Comparison function...
@106Jmb5 жыл бұрын
Thanks Mike, Great stuff!
@tantantan34085 жыл бұрын
perfect and helpful tutorial!
@NatalieStaufferOlsen6 жыл бұрын
thank you for this generous and helpful tutorial! I am easing in and this a good step.
@ExquisiteEars924 жыл бұрын
Thank you for this
@boruishi4618 жыл бұрын
Thank you. It is really helpful
@alexg313387 жыл бұрын
Thank you! That was very helpful!
@christophmaier67 жыл бұрын
Thank you for this great tutorial!
@markschira7 жыл бұрын
Watching your nice video I noticed the 'workspace' pane in your upper right panel. How did it get there? It does not appear to be standard? At least version 1.0.106 does not ship with it. What am I missing? M.
@dpamula8 жыл бұрын
Nice Intro...Thanks
@shovalgilead38026 жыл бұрын
thank you so much this is great!
@AnNguyen-jr3pi7 жыл бұрын
thank you. nice and clear for beginners :)
@mvn39498 жыл бұрын
Does working with R or R Studio mean that you have to be good with programming and do lots of scripting work? I see R/R Studio is a requirement for many Business Analyst roles but i thought BA role was mostly just reporting and data visualization work and that all scripting/data querying tasks were handled by database teams of the company, well at least that's how it was at my previous employer.
@kenimprov2 жыл бұрын
Helpful
@jrod2385 жыл бұрын
Thank you. Very nice
@mehrnazazami33404 жыл бұрын
Thank you for this video! it saved my life :)) my university life of course :D
@juliettsstyleglam2 жыл бұрын
So is the latest version of R not as useful as Rstudio? I just downloaded the version 4.2.1
@stephensunny55563 жыл бұрын
Thank you!
@SeijinZero3 жыл бұрын
Bro, you need a pop filter for that mic really bad! But thanks for the great tutorial.
@MohammedAli858 жыл бұрын
Thank you for useful video
@CipherKilledit4 жыл бұрын
Daaaaamn! :)
@aligbane89382 жыл бұрын
Hello, professor I would like to know if you did a video about how to use penguins dataset who can help need to do this problem. Using the penguins dataset, generate a histogram for flipper length. Calculate the mean, median, variance, standard deviation, and Q1 and Q3 of the flipper length variable. Determine the 90th percentile of the flipper length variable and calculate the Z-score for a penguin who has a flipper of length 220 mm.
@MrHugosky17 жыл бұрын
Thank you very much!
@LibrariansRus4 жыл бұрын
Thank you for not having the worst Bengali accent! yay!
@3dengineeringsystems6213 жыл бұрын
Anyone know how to get this done with some hotel data I have...... How many different hotels were reviewed? How many reviews are there per hotel? Thanks !!!!
@3dengineeringsystems6213 жыл бұрын
Would I use a table function??
@innocentwafula21717 жыл бұрын
I wanna start learning R. Let me say I am a beginner who does not even know codding, is it possible?
@abeladamu55247 жыл бұрын
Yes you can do it!!
@delt196 жыл бұрын
Absolutely it is. I'm two days into learning R and have already coded machine learning. I followed a tutorial and debugged along the way. I can say that's the best way to learn.
@Smoucan6 жыл бұрын
What tutorials did you follow?
@delt196 жыл бұрын
Smoucan McFrootLoops check out: uc-r.github.io There are a number of tutorials on the most common ML algorithms on that site along with how to apply it in R. Also recommend: An Introduction to Statistical Learning with Application in R. ISLR is actually available for free online - legitimately of course - but it's worth owning in my opinion.
@Smoucan6 жыл бұрын
Er Td awesome thank you. I have a lot of time on my hand and want to learn this so I badly. Thanks for the recommendations, I'll check them out.
@longpham95355 жыл бұрын
thanks for video
@samanthafloyd66214 жыл бұрын
Does anyone know the command to see a list of the descriptive stats like mean, median, etc all at once?
@GDL11817 жыл бұрын
I am having a lot of trouble trying to install rstudio in ubuntu 17.04 :(
@nkd30474 жыл бұрын
lol all i wanted was 5:04, i couldn't find the damn ellipses. Thanks!
@ChrisJimenez20105 жыл бұрын
my left ear learned a lot
@yetesfan4 жыл бұрын
Thanks.
@davidyuwono22439 жыл бұрын
good video, thanks :)
@munkhdulamotgonbayar99237 жыл бұрын
Thanks a lot.
@hejatanten4 жыл бұрын
Thank you/ xx Felicia
@tuanlong86417 жыл бұрын
Thanks! I use RStudio too, tell me please, how to get that color background :)
@Reivivus7 жыл бұрын
Just using your mouse, select in arrow (>) order: View > Panes > Pane Layout > Appearance > Select the Editor Theme that you like > Apply > Okay