Linear Regression Using R

preview_player
Показать описание
How to calculate Linear Regression using R.
Playlist
Рекомендации по теме
Комментарии
Автор

I don't know how my lecturer makes this stuff so hard when you make it so easy...

Hoochy
Автор

Thank you so much! your videos are saving my project that is due in 2 days!! Your explanations are so succinct and clear! and the graphics are clear and extremely helpful! Just following your video showed me what I needed to do to get the data I needed! I am definitively sharing your channel with my professor!!

Kemecgabriel
Автор

Well, Since the R code isn't there on the link anymore, Use this maybe:
x<-c(1, 2, 3, 4, 5)
y<-c(2, 4, 5, 4, 5)
regression<-lm(y~x)
summary(regression)

readnscribe
Автор

Bravo! Albeit been time since you posted this, your efforts still make an impact. Thank you.

muhammadsaad
Автор

I am not sure if this guy is still alive. His last videos were 4 years ago and the links are no longer working!. Bravo to him for good lectures.

alphonceassenga
Автор

Love you! Love your videos! You’re amazing 😊

chelseajames
Автор

Hi great playlist on regression Thanks for clarifying things. I have gone through the whole playlist and waited for any explanation on 'Adjusted R-square'... kindly do a video on that too pls

abhinavmishra
Автор

Thanks !! this really helps me a lot!!!

hglbipn
Автор

thank you so much, you are doing god's work

hirushanmadoosha
Автор

your explanation is pretty amazing. Anyhow, the code is not found below, and the links aren't working.

hassanhijazi
Автор

why isnt the interval for intercept not really good? it should have been way closer to the intercept?

paulcuc
Автор

How to get the equation in the graph though

richarc
Автор

I cant download from the link? I really want access to that R studio and try this out myself

cu
Автор

what program are you using for r, all we have is spss available

glennmat
Автор

hello please do you have an e-copy of    "a second course in statistics regression analysis",
 i really need it, please kindly send.

Babalola_Tech