"--" is not a valid numeric expression, it is what we show in results for a missing value. Sure we can improve that particular function so any invalid text entered should resolve into a missing value so most likely that function didn't do that.
You can also use a function to indicate missing value, like NA().
0/0 is the way we used in most places as an expression that will resolve into a missing value.
"--" is not a valid numeric expression, it is what we show in results for a missing value. Sure we can improve that particular function so any invalid text entered should resolve into a missing value so most likely that function didn't do that.
You can also use a function to indicate missing value, like NA().
0/0 is the way we used in most places as an expression that will resolve into a missing value.