I do multivariate regression analysis for a dependent variable. unstandardized coefficient B for one of the independent variables was 2.314E-005 ,standardized coefficient Beta was 0.051, CI (0.000- 0.000), p=0.409. i want to know what is the this abnormal value of unstandardized coefficient 2.314E-005 means ?
Asked
Active
Viewed 1,289 times
-2
-
2What's abnormal about 2.314E-005? – Firebug Oct 11 '17 at 20:36
-
2https://en.wikipedia.org/wiki/Scientific_notation – Stephan Kolassa Oct 11 '17 at 20:37
1 Answers
3
2.314E-005 is simply 2.314 x 10^-5
It's written like that because that's how most programming languages interpret scientific notation.

Jonathan Porter
- 131
- 4