Earlier this month someone came up with a question about trend lines and I made an off-handed reference that it might be done simply via a query and a quick & dirty recordset operation. So I thought it might be a good idea to post this in a way to make in findable by search later.
You can use the following general ideas to do a linear regression. Here are the formulas and data you need.
Requirements:
1. A table with lists of data to be analyzed this way, where you have one independent...
Read more
You can use the following general ideas to do a linear regression. Here are the formulas and data you need.
Requirements:
1. A table with lists of data to be analyzed this way, where you have one independent...
Read more