Conditional Statements in R (If, Else If, and Else)

preview_player
Показать описание
Learn how to construct Conditional Statements in the R Programming Language! See how to use If, Else If, and Else statements to execute code based on certain conditions.

Video covers the basics to advanced - multiple conditions using & (and) and | (or) plus nested conditions!

## Links Mentioned ##

Support the Channel:
Рекомендации по теме
Комментарии
Автор

I'm learning R for a new job and you explain things really well. Thank you and please keep making great data science videos

BengalBanger
Автор

Super clear and helpful, thank you so much!

reneekemp
Автор

How do you get an if-else statement to loop through a list? Any time there's more than one variable, I get the following error: "the condition has length > 1"

grigris
Автор

thanks a lot! your example makes it very intuitive

anuradhajaishankar