Displaying 2 results from an estimated 2 matches for "emond".
Did you mean:
econd
2004 Aug 06
0
DirectShow filter for Speex
Hi,
I've had many requests in the past for a Speex DirectShow filter. Well,
the wait is now over, thanks to Jean-Francois Emond. Both source and
binaries are available from the "Other software" page
(http://www.speex.org/projects.html). Bear in mind that for now, only a
subset of Speex features are supported (8 kHz, 15 kbps).
For those who would like to know what's coming next, have a look at:
http://www.spee...
2004 Jun 17
2
nlme graphics in a loop problem
Hi, I'm fitting mixed effects models using the lme function of the nlme
package. This involves using the various associated plot functions.
However, when I attempt to fit a number of models using an loop, whilst
the models work, the plot functions fail. As a trivial example, the
following works:
library(nlme)
graphics.off()
x<-c(1:10)
y<-c(1:4,7:12)