Misspelled summary of "mle" class object (PR#6674)
But not in 1.9.0 alpha which is out for testing. I have already corrected it.
On Wed, 17 Mar 2004 vincent.goulet@act.ulaval.ca wrote:
Full_Name: Vincent Goulet Version: 1.8.1 OS: Linux Submission from: (NULL) (24.203.194.201) In the summary of an object of class "mle", the word "Coefficients" misses an "f":
( m <- mle(f, lower=c(0,0), method="L-BFGS-B") )
This is not repoducible, BTW.
Call: mle(minuslogl = f, method = "L-BFGS-B", lower = c(0, 0)) Coefficients: alpha lambda 2.276008 5.020003
summary(m)
Maximum likelihod estimation
Call:
mle(minuslogl = f, method = "L-BFGS-B", lower = c(0, 0))
Coeficients: <--- !!!
Estimate Std. Error
alpha 2.276008 0.3012757
lambda 5.020003 0.7431560
-2 log L: 10.71757
______________________________________________ R-devel@stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel
Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595