Say you have:
vector <- c(1,2,3,4,5)
Using if else statements, and a for loop - how can I check if the number is ODD in the if statemnt?
Say you have:
vector <- c(1,2,3,4,5)
Using if else statements, and a for loop - how can I check if the number is ODD in the if statemnt?