3-D contour plot

The boiling point example with cross product terms and level 3 polynomial model:

        Boiling point = intercept + a*log Kow + b*MR + c*(LogKow*MR)

                                + d*log Kow^2 + e* MR^2 + f*logKow^3 + g*MR^3

The program first gives the user all of the statistics of the underlying multiple regression model. Then it prints out the actual 3-D plot.

3dplot.gif (17054 bytes)

Return to Molecular Modeling Pro Plus General Description