-2

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 ?

mohamed
  • 11
  • 3

1 Answers1

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.

enter image description here