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?
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
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