Displaying 1 result from an estimated 1 matches for "tp4650315".
Did you mean:
tp4650313
2012 Nov 21
4
help with if statement
...80
48 60
72 15
I would like to add 24 to those values higher than 24 in the TIME column.
I did the following:
If (A$TIME>=24) {
A$TIME <- A$TIME+24}
It did not work. How should I do it?
Thanks,
--
View this message in context: http://r.789695.n4.nabble.com/help-with-if-statement-tp4650315.html
Sent from the R help mailing list archive at Nabble.com.