Greg, Thanks. Great stuff. Now the question what to do if all but one of conditions for a linear model are met. That is the teaching moment.
@yordanosgizachew93567 ай бұрын
Thank you for all this, But I can't see the PDF or any document to download, even after subscribing
@haraldurkarlsson11478 ай бұрын
Just a note to those using the native pipe. In lm() it will not work using data = . . There are several solution a) data = data b) pick(x_var), or c) switch to %>%. I like the pick(x_var) option. There is a fourth option just put the model name into predict().
@RProgramming1013 ай бұрын
Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/pages/membership-r-programming-data-visualization-and-research-methods
@tsolmonboldoo77336 ай бұрын
Thanks a lot Greg. I love your videos and reels. Can you exlpain bit about Logistic regression?
@RProgramming1016 ай бұрын
Sure thing! - Will make some videos about that soon
@juliusirungu13638 ай бұрын
Nice content.... performance package can also achieve the same with ease.