Skip to content
Prev 154269 / 398500 Next

Finding a probability

Hi, i am trying to determine a certain probability and i am unsure if the
commands i have entered into R are correct. 
I am trying to determine how unusual it would be to find something with the
value 417 for a set of numbers with mean 1454.190 and standard deviation
162.6301. The command i entered was:
Which returned:
[1] 8.99413e-11
I am unsure how to interpret this number as it is, and hence whether i have
entered the appropriate commands for what i am trying to find out. If the
commands are correct, how can i simplify the answer to understand the
probability?

Thanks in advance, R.