Posts by antonioguedes • 13 points
1 post
-
1
votes1
answer41
viewsQ: Problems with NA in R
Good evening everyone, I want to write a function in R that checks the even elements and display them on screen later. From that I wrote the following code: pares <- function(v){ for(i in v){ if…
rasked antonioguedes 13