Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

30 results for “from:David Khabie-Zeitoune”

R video
David Khabie-Zeitoune · Sep 8, 2003 · r-help

Hi Does anybody know of any R packages under Windows to produce video files from a sequence of R graphs -- e.g. in .wmv or avi format? Thanks David

Layout of windows devices
David Khabie-Zeitoune · Jun 13, 2003 · r-help

Hi Is there a way to specify the location on the screen where a new graphics device opens, for example with a call to win.graph()? I'm using R 1.7.0 on Windows XP. Thank you. Regards, David

Startup for RExcel
David Khabie-Zeitoune · Aug 13, 2003 · r-help

Hi When I start an instance of an R stats server using the R(D)COM RExcel Addin by Thomas Baier, it appears to start the server in a temporary directory. Is there any way I can change the directory...

Startup for RExcel
David Khabie-Zeitoune · Aug 14, 2003 · r-help

Hi When I start an instance of an R stats server using the R(D)COM RExcel Addin by Thomas Baier, it appears to start the server in a temporary directory. Is there any way I can change the directory...

Sending emails from R under Windows
David Khabie-Zeitoune · Jul 29, 2003 · r-help

Hi Does anyone know of any R routines to send emails from R, under Windows? I thought about writing such a facility using the R(D)COM package to drive e.g. MS Outlook, but I don't want to...

Multivariate Kalman filter with time-varying coefficients
David Khabie-Zeitoune · Sep 10, 2003 · r-help

Hi Does anyone know of any R code for estimating a *multivariate* state space model using a Kalman filter where the output matrix H(t) is time-varying but predictable (i.e. measurable w.r.t information at time t...

how to rename rows/columns of a matrix?
David Khabie-Zeitoune · Jul 8, 2003 · r-help

If A is your matrix try: cnames(A) = paste("X", 1:ncol(A), sep="") -----Original Message----- From: David Andel [mailto:andel at ifi.unizh.ch] Sent: 08 July 2003 17:23 To: R-Project Subject: [R] how to rename rows...

how to rename rows/columns of a matrix?
David Khabie-Zeitoune · Jul 8, 2003 · r-help

Sorry, that should have been "colnames" rather than cnames; i.e.: colnames(A) = paste("X", 1:ncol(A), sep="") -----Original Message----- From: David Andel [mailto:andel at ifi.unizh.ch] Sent: 08 July 2003 17:23 To: R-Project Subject...

Flipping a heatmap
David Khabie-Zeitoune · Sep 11, 2003 · r-help

Hi I am using the heatmap function in package mva to look at large correlation matrices visually. Is there any way to "flip" the output of heatmap plot left-right so that, if presented with a correlation matrix, it plots...

RDCOM Client: processes not terminating
David Khabie-Zeitoune · Jun 13, 2003 · r-help

Hello I am using Duncan Lang's RDCOM Client package (available on omegahat.org) under R 1.7.0 and Windows XP Pro. Is this the right forum for questions about this package? In case it is, here is my...

RODBC: problem saving a new table in an "Excel database"
David Khabie-Zeitoune · Jul 21, 2003 · r-help

Hi I am using package RODBC version 1.0-1 under R version 1.7.1 on Windows XP Pro. I am having problems writing a new table to an (Excel) database using sqlSave. I connect to an empty Excel...

insert eps into microsft word
David Khabie-Zeitoune · Sep 10, 2003 · r-help

Have you tried win.metafile (I'm assuming you are using Windows)? E.g. win.metafile(file = "c:/test.wmf") plot(rnorm(100)) dev.off() WMF is a vectorised format (unlike jpeg or bmp) so should produce nice scalable graphs...

Regexpr with "."
David Khabie-Zeitoune · Aug 13, 2003 · r-help

Try regexpr("\\.", "Female.Alabama") -----Original Message----- From: Thompson, Trevor [mailto:tkt2 at cdc.gov] Sent: 13 August 2003 15:47 To: r-help at stat.math.ethz.ch Subject: [R] Regexpr with "." I'm trying to use the regexpr function...

quadratic problem with quadratic constraint
David Khabie-Zeitoune · May 20, 2004 · r-help

Sure -- just use a Lagrangian multiplier to bring the constraint into the objective function and then use a QP routine like quadprog (in the quadprog library). You will need to run an *outer* optimisation to find the value of the...

Mapping function dependencies
David Khabie-Zeitoune · Aug 13, 2003 · r-help

Hi Does anyone know of any automatic way of mapping out the dependencies of a function -- i.e. automatically listing which other functions that function calls? I tried using all.names or all.vars, but I can't get it...

Sending emails from R under Windows
David Khabie-Zeitoune · Jul 30, 2003 · r-help

Thanks to everyone that responded on this subject -- 4 responses with 4 separate solutions to the problem! Thanks especially to Gabor Grothendieck for introducing me to "blat", the freeware emailer executable which was the solution I implemented in the end...

how to insert a double quote with the paste function?
David Khabie-Zeitoune · Sep 11, 2003 · r-help

Philippe You seem to have the right answer already, unless I misunderstand... If I define: > x = "Hello \"World\"" Then the default print method for this character string will give the rather ugly looking: > x [1] "Hello \"World\"" But this is...

Mapping function dependencies
David Khabie-Zeitoune · Aug 13, 2003 · r-help

With regards to my question below, I've found a way to do it: all.names(body(test)) Seems to do the trick. Still, if there are any tools already developed for mapping the dependencies between a set of functions...

Passing references to data objects into R functions
David Khabie-Zeitoune · Jul 23, 2003 · r-help

Hi. I have the following question about reading from large data objects from within R functions; I have tried to simplify my problem as much as possible in what follows. Imagine I have various large data objects sitting in my...

Flipping a heatmap
David Khabie-Zeitoune · Sep 11, 2003 · r-help

Thanks to everyone who replied on this subject. Clearly, two rows of the correlation matrix which have similar numerical entries represent two variables which have similar correlations with the other variables. Therefore clustering using a distance metric (e.g. dist...

Can't find what you're looking for? Try searching with Google .