<!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.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I was trying to minimize this function but got this 
error:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&gt; L_function(alfa,beta,sigma2){<BR>+ -1* 
(-n/2*log(sigma2))+0.5*sum((y-g(alfa,beta))^2)/sigma2<BR>+ 
}<BR>&gt;&nbsp;inic_c(0.3893,0.507,0.00228)<BR>&gt; optim(inic,L)<BR>Error in 
log(sigma2) : Argument "sigma2" is missing, with no default<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Any clues?</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;</DIV></FONT></BODY></HTML>