<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 5.50.4207.2601" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Courier size=1>I am having problem using the step function for a 
linear regression model.&nbsp; I've created an initial model containing only the 
intercept.&nbsp; Then using the step function, I've selected three variables to 
be considered for the model. </FONT></DIV>
<DIV><FONT face=Courier size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Courier size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Courier size=1>&gt; x0.lm&lt;- lm(MEDV~1, data = x)<BR>&gt; 
<BR>&gt; anova(x0.lm)<BR>Analysis of Variance Table</FONT></DIV>
<DIV><FONT face=Courier size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Courier size=1>Response: 
MEDV<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Df Sum Sq 
Mean Sq F value Pr(&gt;F)<BR>Residuals 505&nbsp; 
42716&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
85&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&gt; <BR>&gt; step(x0.lm, ~ CRIM + ZN + RM)<BR>Start:&nbsp; AIC= 2246.51 
<BR>&nbsp;MEDV ~ 1 </FONT></DIV>
<DIV><FONT face=Courier size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Courier size=1>Error in eval(expr, envir, enclos) : Object 
"MEDV" not found<BR>&gt;</FONT></DIV>
<DIV><FONT face=Courier size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am not clear as to why the MEDV&nbsp;object ( 
the&nbsp;variable I am trying to predict) is not found.&nbsp; I receive&nbsp;an 
identical message using the command &gt; step(x0.lm).&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am&nbsp;using R version 1.1.1.&nbsp;&nbsp;I can 
run all the examples successfully.&nbsp; Also, I realize that there are 
differences in the algorithms, but I can run the code above&nbsp;&nbsp;on Splus 
version 5.&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Matt Pocernich</FONT>&nbsp;</DIV></BODY></HTML>