Researchers for the NIST (National Institute of Standards and Technology) want to understand the relationship between the coefficient of thermal expansion for copper and the temperature in degrees Kelvin.
Previous research indicates that a nonlinear model with 7 parameters provides an adequate fit. The researchers use nonlinear regression to estimate the parameters in the model.
In Edit directly, copy and paste, or type the following: (b1+b2*Kelvin+b3*Kelvin^2+b4*Kelvin^3)/(1+b5*Kelvin+b6*Kelvin^2+b7*Kelvin^3)
Click Parameters.
In Required starting values, enter these values:
Parameter
Values
b1
1
b2
-0.1
b3
0.005
b4
-1e-6
b5
-0.005
b6
0.001
b7
-1e-7
Click OK in each dialog box.
Interpret the results
The fitted line plot shows that the fitted line follows the observed values, which visually indicates that the model fits the data. The p-value for the lack-of-fit test is 0.679, which provides no evidence that the model fits the data poorly.
The warning about highly correlated parameters indicates that at least one pair of parameters has a correlation greater than an absolute value of 0.99. However, because previous studies indicate that a nonlinear model with 7 parameters provides an adequate fit to the data, the researchers do not change the model.
* WARNING * Some parameter estimates are highly correlated. Consider simplifying the expectation function or transforming predictors or parameters to reduce collinearities.