[Rd] ello! =))

2004-03-03 Thread J . C . Rougier
The access is open !!! 55152 -- archive password __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Jessica

2004-02-27 Thread J . C . Rougier
__ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Jenny

2004-02-27 Thread J . C . Rougier
__ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Hi!

2004-02-27 Thread J . C . Rougier
__ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Hardware devices price-list

2004-02-27 Thread J . C . Rougier
__ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Greet the day

2004-02-27 Thread J . C . Rougier
__ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Hi

2004-01-19 Thread J . C . Rougier
Test =) ygomnamffwymb -- Test, yep. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Hi

2004-01-18 Thread J . C . Rougier
Test =) qarwwmaxbumofnu -- Test, yep. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Hi

2004-01-18 Thread J . C . Rougier
Test =) mmxptpjqsqlvrpuxkep -- Test, yep. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Hi

2004-01-18 Thread J . C . Rougier
Test =) edoqtwhfsorfmmdcet -- Test, yep. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Hi

2004-01-18 Thread J . C . Rougier
Test =) nxmttdvnkhndf -- Test, yep. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Hi

2004-01-18 Thread J . C . Rougier
Test =) aphmkjnxyeqphfehdyp -- Test, yep. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Minor quibble with eigen and La.eigen (PR#3221)

2003-06-10 Thread j . c . rougier
Hi everyone, It's a very minor point, but could we ensure that eigen and La.eigen return a *matrix* for the "vectors" component of the list by including a "drop = FALSE", as specified in the help file, ie put list(values = z$values[ord], vectors = if (!only.values) z$vectors[, ord, d

[Rd] Deprecated component in plot.histogram (PR#2696)

2003-03-27 Thread j . c . rougier
Hi everyone, As "intensities" is deprecated as a synonym for "density" in the output of hist it would be a good idea to replace its occurence with "density" in plot.histogram, where we currently have y <- if (freq) x$counts else x$intensities Note that, to add to the confusion,

[Rd] Problem with hessian in deriv3 (PR#2577)

2003-02-24 Thread j . c . rougier
Hi Everyone, I noticed the following in deriv3: > deriv3(expression(x * y - b * z), c("x", "y", "z")) expression({ .value <- x * y - b * z .grad <- array(0, c(length(.value), 3), list(NULL, c("x", "y", "z"))) .hessian <- array(0, c(length(.value), 3, 3), list(NULL, c