Re: [Rd] Negative argument for head() and tail()

2005-04-20 Thread Vincent Goulet
ive arguments to head() and tail(). For example, > > > > > head(x, -1) > > > > would drop the first element of a vector and > > > > > tail(x, -length(x)) > > > > the last one. > > > > Is there any interest for such an extension?

[Rd] Negative argument for head() and tail()

2005-04-20 Thread Vincent Goulet
ng to contribute a patch, although I don't have much experience in doing so. Best regards, -- Vincent Goulet, Associate Professor École d'actuariat Université Laval, Québec [EMAIL PROTECTED] http://vgoulet.act.ulaval.ca __ R-de

[Rd] Misspelled summary of "mle" class object (PR#6674)

2004-03-17 Thread vincent . goulet
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(minu