0
I'm learning currently R. But my solution for the Code Project in the chapter "Programming in R" does not Work. Why so?
4 Answers
+ 3
You seem to have put a character that cannot be displayed in line 4. Remove it.
0
Change line 8 to
res <- res + n
0
Thanks for your input. I tried both of your ideas, but it still doesn't work. Anyone more ideas?
0
Yeah... Now it works. Many Thanks to everybody, especially to Lisa