Re: [R] RODBC Excel sqlQuery insert into

2007-03-18 Thread Jens Scheidtmann
[EMAIL PROTECTED] writes: I have searched the archives for using insert into to update spreadsheets using RODBC and have come up short. So, first off, is it possible? I have put together a dummy xls table (c:\foo.xls)for exploring possibilities of RODBC. Ultimately, I am interested in

Re: [R] R and threading

2007-02-15 Thread Jens Scheidtmann
/ HTH, Jens --- Jens Scheidtmann __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained

Re: [R] Software for kriging

2007-02-15 Thread Jens Scheidtmann
appreciated. Augusto MASS also has a chapter on Kriging, see http://www.stats.ox.ac.uk/pub/MASS4/ Cressie also does R: http://www.stat.ohio-state.edu/~sses/research_cmck.html Jens --- Jens Scheidtmann __ R-help@stat.math.ethz.ch mailing list https

Re: [R] data storage/cubes and pointers in R

2006-11-16 Thread Jens Scheidtmann
Piet van Remortel [EMAIL PROTECTED] writes: Hi all, [...] Intuitively, I would like to be able to slice the data in a 'data- cube' kind of way to query, analyze, cluster, fit etc., which resembles the database data-cube way of thinking common in de db world these days. (

Re: [R] chi.test in R

2006-11-14 Thread Jens Scheidtmann
downunder [EMAIL PROTECTED] writes: Hi all. I need some help computing multidimensional pvalues of a multivariate data set. chisq.test(x[,1],x[,2])$p.value i need a command or loop that creates me a vector or a matrix (each variabe with each variable) would be even better for the

Re: [R] query in R

2006-11-14 Thread Jens Scheidtmann
Xiaodong Jin [EMAIL PROTECTED] writes: how to realize the following SQL command in R? select distinct A, B, count(C) from TABLE group by A, B ; quit; The functional equivalent of is statement in R on a dataframe is: TABLE$ones - 1; aggregate(TABLE$ones, list(TABLE$a,

Re: [R] R-help in Newsreader?

2006-11-06 Thread Jens Scheidtmann
Matthias Voigt [EMAIL PROTECTED] writes: Dear list, I am new to this all and therefore have following Newbie question: How can I receive and read R-help mailings in a newsreader like thunderbird? Use gmane.comp.lang.r.general on gmane.org HTH, Jens

Re: [R] Latex editor recommendations

2006-10-21 Thread Jens Scheidtmann
Richard M. Heiberger [EMAIL PROTECTED] writes: I recommend emacs http://ftp.gnu.org/pub/gnu/emacs It has modes for TeX and LaTeX and automatically chooses the right one. As a side benefit once you have emacs you can then run R through ESS, the package that provides the modes for handling

Re: [R] Using the ROracle package with Oracle 10 ?

2006-10-21 Thread Jens Scheidtmann
Ram Dessau [EMAIL PROTECTED] writes: [...] Window binary for ROracle 10 ? Is there anyone who could help with a version of ROracle for windows which is compatible with Oracle 10 or more general just uses the default-home The available (not officially released) version only supports Oracle 9

Re: [R] ROracle error in Windows. Memory could not be read.

2006-10-21 Thread Jens Scheidtmann
Adrian Dragulescu [EMAIL PROTECTED] writes: I've seen from earlier posts that other people had problems installing ROracle under Windows. I run R-2.3.1. I got the Windows binaries for ROracle from http://stat.bell-labs.com/RS-DBI/download/index.html Here is my session: require(ROracle)

Re: [R] combinatorics

2006-10-15 Thread Jens Scheidtmann
Robin Hankin [EMAIL PROTECTED] writes: Hi How do I generate all ways of ordering sets of indistinguishable items? suppose I have two A's, two B's and a C. Then I want AABBC AABCB AACBC ABABC . . .snip... BBAAC . . .snip... CBBAA [there are 5!/(2!*2!) = 30 arrangements. Note

Re: [R] R Graphics: Saving PDF and other formats from Windows Graphic Device for LaTeX

2006-10-05 Thread Jens Scheidtmann
Anupam Tyagi [EMAIL PROTECTED] writes: [...] What is the best format to save R graphics for inclusion into a LaTeX documents? When using pdflatex use pdf for graphics as reference format. Using ps2pdf or some such may have some problems when it comes to alpha channels and transparency. [...]

[R] FIX: pscales=list(...) and splom

2003-03-08 Thread Jens Scheidtmann
))), pscale=pscal) --snappa-- Please CC me on your replies, because I am not subscribed to this list. Thanks. HTH, Jens -- Jens Scheidtmann Germany panel.pairs.diff Description: Binary data __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch