Programming in R help
- by mary
I needed help in converting the temperature from Farenheit to Celsius.
Below are several attempts and each of these fails.
I have ran the following below and need help in saying what error message is created by:
a) (temp -32)
Can you please let me know the error message in a comment, and what it means and how to
directly relate the wording of the error message with the problem you find in the expression.
likewise for:
b) (temp - 32)5/9
don't know the erorr on this one
c) 5/9(temp - 32)
need an asterisk, but not specific enough
d) [temp - 32]5/9
I know braces is off.