The tabulate, summarize command gives this value of a mean: 1.9e-08
My question is very basic.
What does the e-08 signify?
Does it signify exponent or negative? Does it imply harmlessly that there are many more digits (perhaps 8) after the decimal that are not displayed?
Does it imply the number is extremely close to zero?
I have examined the "format" command and it is question still puzzles.
How can I change the format to something plain, such as show 2 decimals without the "e-08" if that is appropriate?
I have tried this:
format variable %9.2g
My question is very basic.
What does the e-08 signify?
Does it signify exponent or negative? Does it imply harmlessly that there are many more digits (perhaps 8) after the decimal that are not displayed?
Does it imply the number is extremely close to zero?
I have examined the "format" command and it is question still puzzles.
How can I change the format to something plain, such as show 2 decimals without the "e-08" if that is appropriate?
I have tried this:
format variable %9.2g
Comment