Re: [R] standard errors in bbmle

2009-10-23 Thread Peter Dalgaard
alexander russell wrote:
 Hello,
 Mle2 is a little unforthcoming in the matter of standard errors? Is there a
 way to ask the program to supply standard errors along with estimates in
 cases when it doesn't print them 'voluntarily'?
 regards,
 s

What did you do? Which cases? Did you look at the examples? (as in,
example(mle2) )

-- 
   O__   Peter Dalgaard Ă˜ster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark  Ph:  (+45) 35327918
~~ - (p.dalga...@biostat.ku.dk)  FAX: (+45) 35327907

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] standard errors in bbmle

2009-10-23 Thread Ben Bolker



Peter Dalgaard wrote:
 
 alexander russell wrote:
 Hello,
 Mle2 is a little unforthcoming in the matter of standard errors? Is there
 a
 way to ask the program to supply standard errors along with estimates in
 cases when it doesn't print them 'voluntarily'?
 regards,
 s
 
 What did you do? Which cases? Did you look at the examples? (as in,
 example(mle2) )
 
 

As the package author:  +1.
Perhaps you're looking for summary()?

  Ben Bolker

-- 
View this message in context: 
http://www.nabble.com/standard-errors-in-bbmle-tp26023856p26028127.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.