<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3429" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV align=justify><FONT size=2><FONT face=Arial><FONT color=#0000ff>Estava 
tentando rodar vosso exemplo e não consegui, não reconhece a função <FONT 
size=3>fitdistr. Existe alguma bibliotéca para ela, que não foi eventualmente 
mencionada?</FONT></FONT></FONT></FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"><FONT 
  face=Arial size=2></FONT><FONT face=Arial size=2></FONT>
  <DIV><BR></DIV>Muito obrigado Leonard pelo esclarecimento.<BR><BR>
  <DIV class=gmail_quote>Em 26 de abril de 2011 18:16, Leonard Assis <SPAN 
  dir=ltr><<A 
  href="mailto:assis.leonard@gmail.com">assis.leonard@gmail.com</A>></SPAN> 
  escreveu:<BR>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Acredito 
    q seja o erro padrão, repare este exemplo, direto do help da função 
    fitdistr<BR><BR>set.seed(123)<BR>x <- rgamma(100, shape = 5, rate = 
    0.1)<BR>fitdistr(x, "gamma")<BR>## now do this directly with more 
    control.<BR>fitdistr(x, dgamma, list(shape = 1, rate = 0.1), lower = 
    0.001)<BR><BR>ainda no help, observe o que diz:<BR><BR>"<BR>An object of 
    class "fitdistr", a list with four components,<BR><BR>estimate     
       the parameter estimates,<BR>sd      the 
    estimated standard errors,<BR>vcov    the estimated 
    variance-covariance matrix, and<BR>loglik  the 
    log-likelihood.<BR><BR>"<BR>executando<BR>zzz <-fitdistr(x, dgamma, 
    list(shape = 1, rate = 0.1), lower = 0.001)<BR>zzz$sd<BR><BR>repare que 
    retorna os valores que estão entre parêntesis<BR><FONT 
    color=#888888><BR>Leonard<BR></FONT>
    <DIV>
    <DIV></DIV>
    <DIV 
class=h5><BR> </DIV></DIV></BLOCKQUOTE></DIV></BLOCKQUOTE></BODY></HTML>