The TempRegression object performs regression on a small dataset of
temperatures from counties in Texas where the variables/factors to consider
are Latitude (x1), Elevation (x2) and Longitude (x3). The regression equation
is the following:
y = b dot x = b0 + b1*x1 + b2*x2 + b3*x3
A fit is created for both the full model and a reduce model created using
backward elimination.
The
TempRegression
object performs regression on a small dataset of temperatures from counties in Texas where the variables/factors to consider are Latitude (x1), Elevation (x2) and Longitude (x3). The regression equation is the following:y = b dot x = b0 + b1*x1 + b2*x2 + b3*x3
A fit is created for both the full model and a reduce model created using backward elimination.
www.stat.ufl.edu/~winner/cases/txtemp.ppt