Full_Name: Sébastien Villemot
Version: 2.5.1
OS: Debian GNU/Linux (Testing aka "Lenny")
Submission from: (NULL) (193.51.127.120)
Here is the transcript of a R session under version 2.5.1:
> x <- data.frame(a = I(character(0)))
> typeof(x$a)
[1] "character"
> x <- rbind(x, list(a = "foo"))
> type
Full_Name: Sébastien Villemot
Version: 2.4.0
OS: Debian testing
Submission from: (NULL) (62.212.121.128)
Hi,
In the mle() function of the stats4 package, there is a bug in the ordering of
the variables given in the 'start' argument.
By just changing the order of the variables listed in the 'sta