vincent.goulet@act.ulaval.ca
2004-Mar-17 17:26 UTC
[Rd] Misspelled summary of "mle" class object (PR#6674)
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") )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
maechler@stat.math.ethz.ch
2004-Mar-17 17:41 UTC
[Rd] Misspelled summary of "mle" class object (PR#6674)
>>>>> "vincent" == vincent goulet <vincent.goulet@act.ulaval.ca> >>>>> on Wed, 17 Mar 2004 17:26:39 +0100 (CET) writes:vincent> Full_Name: Vincent Goulet vincent> Version: 1.8.1 vincent> OS: Linux vincent> Submission from: (NULL) (24.203.194.201) vincent> In the summary of an object of class "mle", the vincent> word "Coefficients" misses an "f": Thank you, Vincent, for the report. Note that this has been fixed months ago, and in time ranges like today where alpha versions of R are available, we would be glad if you first checked "R x.y.z. alpha" Regards, Martin Maechler, Seminar fuer Statistik, ETH Zurich SWITZERLAND
Prof Brian D Ripley
2004-Mar-17 17:51 UTC
[Rd] 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