<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2919.6307" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>I just want to point out a discrepancy between the 
documentation of predict.nnet &amp; the function definition.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>&gt;?predict.nnet =&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT 
size=2>predict.nnet&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
package:nnet&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
R Documentation</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Predict New Examples by a Trained Neural Net</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Description:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp; Predict new examples by a trained 
neural net.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Usage:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp; predict.nnet(object, x, 
type=c("raw","class"))</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Arguments:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp; object: an object of class `nnet' as&nbsp; returned by 
`nnet'. </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x: matrix or data frame 
of test examples. A vector is 
considered<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to be a row 
vector comprising a single case. </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>******************************************</FONT></DIV>
<DIV><FONT size=2>&gt;predict.nnet =&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>predict.nnet &lt;- function(object, newdata, 
type=c("raw","class"), ...)<BR>{<BR>&nbsp; if(!inherits(object, "nnet")) 
stop("object not of class nnet")</FONT></DIV>
<DIV><FONT size=2>...</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>This is on</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>platform Windows&nbsp;&nbsp; <BR>arch&nbsp;&nbsp;&nbsp;&nbsp; 
x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>os&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Win32&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>system&nbsp;&nbsp; x86, 
Win32<BR>status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>major&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>minor&nbsp;&nbsp;&nbsp; 1.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>year&nbsp;&nbsp;&nbsp;&nbsp; 2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>month&nbsp;&nbsp;&nbsp; June&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>day&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
15&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>language R&nbsp; </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>and the nnet file is dated 7/19/00</FONT></DIV>
<DIV><FONT size=2>********************************************</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>No offence intended.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Regards</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Yves Gauvreau</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>