Regression Analysis

AndrewKent

Well-known Member
Joined
Jul 26, 2006
Messages
889
Hi there,

I have just created a Regression Analysis Graph in Excel and it has given me the following formula:


y = -4E-05x2 + 0.0005x + 0.2848
R² = 0.5639

How do I express "4E-05" in a cell? What actual number is this as I don't know what the "E-" section dictates?

Kind regards,

Andy
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
If you instead use LINEST, you can get the whole precision of the coefficients on the worksheet. In a 3-cell wide range, array-enter

=LINEST(y, x^{1,2})

... where x and y are named ranges that refer to your independent and dependent variables.
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,848
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top