Re: [R] tcltk package [SOLVED]

2005-07-07 Thread Martin Maechler
Kurt == Kurt Sys [EMAIL PROTECTED] on Thu, 07 Jul 2005 15:07:52 +0200 writes: Kurt I had R 2.0.1... It's not included in that distribution of R. That's not correct. The tcltk package has been part of R for a very long time. The question is where you got the version of 'R 2.0.1' from

Re: [R] look for help on nlm in R

2005-07-09 Thread Martin Maechler
that become wrong in your SS.fun function. Regards, Martin Maechler, ETH Zurich __ 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

Re: [R] randomForest

2005-07-11 Thread Martin Maechler
(.) rather than lapply(.). sapply() originally was exactly devised for the above task: and stands for ``[s]implified lapply''. It always returns an ``unlisted'' result when appropriate. Regards, Martin Maechler, ETH Zurich __ R-help

[R] Boxplot philosophy {was Boxplot in R}

2005-07-11 Thread Martin Maechler
agreed to use boxplot(*, range = monotone_slowly_growing(n) ) for largish sample sizes n. Martin Maechler, ETH Zurich AdaiR Regards, Adai AdaiR On Sun, 2005-07-10 at 18:10 -0500, Larry Xie wrote: I am trying to draw a plot like Matlab does: The upper extreme

Re: [R] Boxplot philosophy {was Boxplot in R}

2005-07-12 Thread Martin Maechler
of these examples use the basic boxplot but *add* to it, so you can, e.g., clearly discern bimodality. Martin Maechler __ 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

Re: [R] three par. fitting with fitdistr

2005-07-12 Thread Martin Maechler
Carsten == Carsten Steinhoff [EMAIL PROTECTED] on Tue, 12 Jul 2005 17:49:34 +0200 writes: Carsten Hello, Carsten I want to fit a tree parameter distribution to Carsten given data. I tried it with sample data using the Carsten fitdistr function. Carsten Here my

Re: [R] unexpected par('pin') behaviour

2005-07-14 Thread Martin Maechler
joerg == joerg van den hoff [EMAIL PROTECTED] on Wed, 13 Jul 2005 16:00:58 +0200 writes: joerg hi everybody, joerg I noticed the following: in one of my scripts 'layout' is used to joerg generate a (approx. square) grid of variable dimensions (depending on joerg no. of

Re: [R] exact values for p-values

2005-07-15 Thread Martin Maechler
S == S O Nyangoma [EMAIL PROTECTED] on Wed, 13 Jul 2005 11:06:05 +0200 writes: S Hi David, Since I am looking at very extreme values, it appears I will S need FMLIB. Is it an R lib? there is no such thing as an R lib. Do you mean R package? In any case, not it is not (yet). As

Re: [R] unexpected par('pin') behaviour

2005-07-15 Thread Martin Maechler
file} and it seems to me, one that is not shared by par(mfrow= / mfcol=) settings. Martin Maechler, ETH Zurich __ 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

Re: [R] Partek has Dunn-Sidak Multiple Test Correction. Is this the same/similar to any of R's p.adjust.methods?

2005-07-15 Thread Martin Maechler
Earl == Earl F Glynn [EMAIL PROTECTED] on Thu, 14 Jul 2005 12:22:49 -0500 writes: Earl The Partek package (www.partek.com) allows only two selections for Multiple Earl Test Correction: Bonferroni and Dunn-Sidak. Can anyone suggest why Partek Earl implemented Dunn-Sidak and

Re: [R] how to get dissimilarity matrix

2005-07-19 Thread Martin Maechler
Baoqiang == Baoqiang Cao [EMAIL PROTECTED] on Mon, 18 Jul 2005 15:02:05 -0400 writes: Baoqiang Hello All, I'm learning R. Just wonder, any Baoqiang package or function that I can use to get the Baoqiang dissimilarity matrix? Thanks. Yes, learn to use help.search() {also read

Re: [R] New functions supporting GIF file format in R

2005-07-19 Thread Martin Maechler
JarekT == Tuszynski, Jaroslaw W [EMAIL PROTECTED] on Mon, 18 Jul 2005 16:00:43 -0400 writes: JarekT Hi, A minor announcement. I just added two functions JarekT for reading and writing GIF files to my caTools JarekT package. Input and output is in the form of standard JarekT

Re: [R] package (!) mclust in 64bit compiled R

2005-07-20 Thread Martin Maechler
(or ..) asks to run it? - What output do you get when you run R -d gdb r then the above R code, and then maybe type 'bt' (backtrace) ? Regards, Martin Maechler, ETH Zurich __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

Re: [R] bubble.plot() - standardize size of unit circle

2005-07-22 Thread Martin Maechler
1980s knew well about bubble alternatives and much about drawbacks of such bubbles {mainly the perception laws of areas vs lengths ..} That's why they came up with the sunflowers as improvement .. See 'References' in help(sunflowerplot) Regards, Martin Maechler, ETH Zurich Dan Question

Re: [R] farimaSim

2005-07-26 Thread Martin Maechler
much older, has a working fracdiff.sim() function. Martin Maechler, ETH Zurich __ 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

Re: [R] how to print a data.frame without row.names

2005-08-02 Thread Martin Maechler
Heinz == Heinz Tuechler [EMAIL PROTECTED] on Tue, 02 Aug 2005 17:46:07 +0200 writes: ... Heinz I tried this, but then the column headers and column Heinz contents are not aligned. Use the tabulator if you need them aligned :

Re: [R] clara - memory limit

2005-08-03 Thread Martin Maechler
) ^^^ But that might not be enough: You may need 64-bit CPU and an operating system (with system libraries and an R version) that uses 64-bit addressing, i.e., not any current version of M$ Windows. Nestor Thanks a lot. you're welcome. Martin Maechler, ETH Zurich

Re: [R] clara - memory limit

2005-08-05 Thread Martin Maechler
observation, Reid! This, together, with another small change, will lead to a new release of the cluster package, soon. Martin Maechler, ETH Zurich __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Problem configuring R-patched

2005-08-05 Thread Martin Maechler
looks like it's actually a link to Kevin the most recent. Maybe I incorrectly assumed that Kevin Maybe I incorrectly assumed that the patched tarballs Kevin contained the recommended packages. actually that was a correct assumption. Martin Maechler, ETH Zurich

Re: [R] coefficient of polynomial expansion

2005-08-08 Thread Martin Maechler
Peter == Peter Yang [EMAIL PROTECTED] on Mon, 8 Aug 2005 09:11:47 -0400 writes: Peter Hi, I would like to get the coefficient of polynomial Peter expansion. For example, Peter (1+ x)^2 = 1 + 2x + x^2, and the coefficients are 1, Peter 2 and 1. (1 + x + x^2)^3 = 1 + 3*x +

Re: [R] make error: X11/Intrinsic.h: No such,,,

2005-08-08 Thread Martin Maechler
... is ESS (http://ESS.r-project.org/) indecent to you ? Martin Maechler, ETH Zurich __ 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

Re: [R] Digest reading is tedious

2005-08-09 Thread Martin Maechler
Trevor == Trevor Hastie [EMAIL PROTECTED] on Tue, 9 Aug 2005 10:27:32 -0700 writes: Trevor Like many, I am sure, I get R-Help in digest Trevor form. Its easy enough to browse the subject lines, Trevor but then if an entry interests you, you have to Trevor embark on this

Re: [R] FFT, frequs, magnitudes, phases

2005-08-20 Thread Martin Maechler
PD == Peter Dalgaard [EMAIL PROTECTED] on 19 Aug 2005 14:16:42 +0200 writes: PD Wolfgang Waser [EMAIL PROTECTED] writes: Hi, I'm in dire need of a fast fourier transformation for me stupid biologist, i.e. I have a heartbeat signal and would like to decompose it

Re: [R] repeated - R package - Compilation Error

2005-08-20 Thread Martin Maechler
and document their code well enough to be accepted by CRAN, you have to expect hardship when trying to install / use the package Martin Maechler __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Problem with RCMD build ...

2005-08-24 Thread Martin Maechler
Carlos == Carlos J Gil Bellosta [EMAIL PROTECTED] on Tue, 23 Aug 2005 23:51:34 +0200 writes: Carlos Dear Justin, Carlos I also had similar problems recently... In fact, I have just created a Carlos package using package.skeleton and if I try to build it without Carlos

Re: [R] Help about R

2005-08-26 Thread Martin Maechler
Don == Don MacQueen [EMAIL PROTECTED] on Thu, 25 Aug 2005 08:11:42 -0700 writes: Don Also, for the three dimensional graphic, Don help.search(3d) Don will lead to a reference to the cloud() function in the lattice package. Don I don't remember if the lattice package is

Re: [R] Digest reading is tedious

2005-09-01 Thread Martin Maechler
Hi Trevor, please excuse my late reply; your e-mail was sent when I started travelling (to Seattle and the DSC and Bioconductor workshops there). Also, I hope you don't mind if I follow this up on R-help, since there, the thread started and this does related to it. Trevor == Trevor Hastie

Re: [R] best c++ matrix library?

2005-09-01 Thread Martin Maechler
objectives, notably *sparse* matrix computations. But it also uses LAPACK for dense matric computations, AFAIR also for a few things not available (via LAPACK) in core R. Martin Maechler, ETH Zurich __ R-help@stat.math.ethz.ch mailing list https

Re: [R] Inconsistence in specifying action for missing data

2005-09-03 Thread Martin Maechler
thinking about model fitting and non-trivial missing value treatment. Martin Maechler, ETH Zurich __ 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

Re: [R] SpatStat Kest - Error Message help

2005-09-06 Thread Martin Maechler
Baddeley Regards, Martin Maechler __ 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

Re: [R] help.search problem

2005-09-06 Thread Martin Maechler
know that, remove the package, and try again. [As hinted at, you should rather upgrade R] Martin Maechler ToUz Thanks for your suggestion, I tried it, but that doesn't work either: help.search(tps) ToUz Error in rbind(...) : number of columns of matrices must match (see arg 8

Re: [R] variables from command line

2005-09-08 Thread Martin Maechler
r.in r.out input values Omar The script with read in the input values, process them Omar and spit the output to r.out. I think commandArgs()should solve this. Regard, Martin Maechler __ R-help@stat.math.ethz.ch mailing list https

Re: [R] change in read.spss, package foreign?

2005-09-09 Thread Martin Maechler
find the relevant entry at 2005-08-15 . Regards, Martin Maechler __ 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

Re: [R] less precision, please!

2005-09-10 Thread Martin Maechler
preferably the latter}. One problem may be that these are only for 1-D interpolation and qbeta() depends on three principal arguments. Package 'akima' provides somewhat smooth 2-D interpolation. Martin Maechler __ R-help@stat.math.ethz.ch mailing list https

Re: [R] is *package* loaded

2005-09-14 Thread Martin Maechler
Seth == Seth Falcon [EMAIL PROTECTED] on Tue, 13 Sep 2005 21:28:48 -0700 writes: Seth On 13 Sep 2005, [EMAIL PROTECTED] wrote: packageLoaded() may well be a bad name but loadedNamespaces() won't detect a package without a namespace. Seth Right, that's a problem.

[R] correlation as distance/dissimilarity

2005-09-14 Thread Martin Maechler
WRIT 522 46 53 20 29 27753 PHYS 473 129 106 94 60 64 76 78 54 72 RTEN 517 31 28 35 36 38 25 299 16 47 I'm going to add the example to the help page for 'dist' in R-2.2.0 Martin Maechler

Re: [R] Long lines with Sweave

2005-09-15 Thread Martin Maechler
Jan == Jan T Kim [EMAIL PROTECTED] on Wed, 14 Sep 2005 14:46:20 +0100 writes: Jan On Wed, Sep 14, 2005 at 02:49:56PM +0200, Henrik Andersson wrote: Jan T. Kim wrote: On Wed, Sep 14, 2005 at 10:14:59AM +0200, Henrik Andersson wrote: I have used Sweave a lot the

Re: [R] Scan and Lists

2005-09-15 Thread Martin Maechler
:/test/testout.csv, what = whatCols, sep= ,, skip=1) {The point here is that c(l1, l2) is used to concatenate two lists l1 and l2; and yes: Please do use spaces {and indentation} to make your more readable ! } Michael Thanks You're welcome, Martin Maechler, ETH

Re: [R] Long lines with Sweave

2005-09-15 Thread Martin Maechler
Fritz == Friedrich Leisch [EMAIL PROTECTED] on Thu, 15 Sep 2005 10:36:43 +0200 writes: On Thu, 15 Sep 2005 09:35:25 +0200, Martin Maechler (MM) wrote: Jan == Jan T Kim [EMAIL PROTECTED] on Wed, 14 Sep 2005 14:46:20 +0100 writes: Jan On Wed, Sep 14, 2005 at 02:49:56PM +0200

Re: [R] stripped postings when not following the posting guide

2005-09-15 Thread Martin Maechler
Petr == Petr Pikal [EMAIL PROTECTED] on Thu, 15 Sep 2005 13:27:43 +0200 writes: Petr Hi Petr Sorry, I am not sure why sometimes is a text from my answeres Petr stripped off. Hi Petr, it's when you don't follow the posting guide _and_ simultaneously happen to fool the filters

Re: [R] Searchable mailing list archives -- not reachable

2005-09-16 Thread Martin Maechler
AFAIK, the correct URL --- as also used from CRAN's search page --- is http://tolstoy.newcastle.edu.au/~rking/R/ However you are both correct that it is not reachable anymore; It seems because it's been firewalled off the world : PING tolstoy.newcastle.edu.au (134.148.237.146) 56(84) bytes

Re: [R] Extended Hypergeometric Distribution

2005-09-20 Thread Martin Maechler
Narcyz == Narcyz Ghinea [EMAIL PROTECTED] on Mon, 19 Sep 2005 12:38:27 +1000 writes: Narcyz Dear R Users, Narcyz There exists a non-central hypergeometric Narcyz distribution function in the (MCMCpack) package, and Narcyz a hypergeometric distribution function in the

Re: [R] Extended Hypergeometric Distribution

2005-09-21 Thread Martin Maechler
Narcyz == Narcyz Ghinea [EMAIL PROTECTED] on Wed, 21 Sep 2005 08:33:59 +1000 writes: Narcyz By extended I mean multivariate. Technically it Narcyz seems to refer to a very particular type of Narcyz hypergeometric distribution i.e. the multivariate Narcyz Fisher's noncentral

Re: [R] Problem with read.spss() and as.data.frame(), or: alternative to subset()?

2005-09-21 Thread Martin Maechler
Dirk == Dirk Enzmann [EMAIL PROTECTED] on Wed, 21 Sep 2005 13:18:32 +0200 writes: Dirk The selection problem can be solved by Dirk dr2000=read.spss('myfile') Dirk d=lapply(dr2000,subset,dr2000$RBINZ99 0) Dirk however, there is still the problem that R crashes when using

Re: [R] ts.intersect bug?

2005-09-21 Thread Martin Maechler
AntonioFDN == Antonio, Fabio Di Narzo [EMAIL PROTECTED] on Wed, 21 Sep 2005 13:59:26 +0200 writes: AntonioFDN This code gives an error: AntonioFDN a - ts(1:10, start=0, freq=10) AntonioFDN b - ts(1:10, start=1, freq=10) AntonioFDN ts.intersect(a,b) No, it gives a *warning*

Re: [R] bagplot - a rough R function

2005-09-21 Thread Martin Maechler
Peter == Peter Wolf [EMAIL PROTECTED] on Wed, 21 Sep 2005 16:49:10 +0200 writes: Peter In the moment I am writing an R function for drawing Peter bagplots (two dimensional boxplots). Peter For some elements of the plot are found numerically Peter the resulting plots differs

Re: [R] Indentation in R code

2005-09-26 Thread Martin Maechler
there. Martin Maechler, ETH Zurich __ 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

Re: [R] calculating distances using Gower's coefficient on mixed variables.

2005-09-27 Thread Martin Maechler
.. Martin Maechler, ETH Zurich (*) recommended packages are always available by library(pkg) in a normal R installation. __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http

Re: [R] scatterplot3d + density() + polygon(color)

2005-09-28 Thread Martin Maechler
of the painted polygons hide lines of the cube box which should not be hidden. Martin Maechler __ 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

Re: [R] Plot Data Points in boxplots

2005-09-29 Thread Martin Maechler
://www.stat.auckland.ac.nz/~paul/RGraphics/rgraphics.html A very nice and useful book to have, indeed! Martin Maechler, ETH Zurich __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Bug in lmer?

2005-09-30 Thread Martin Maechler
the data and an R script up for FTP, so that you or others can run this ``from anywhere'' via source(ftp://stat.ethz.ch/U/maechler/R/mltloc-ex.R;, echo = TRUE) Maybe this helps diagnosis, Martin Maechler __ R-help@stat.math.ethz.ch mailing list https

Re: [R] Local install of a contributed package under Linux

2005-10-03 Thread Martin Maechler
(and ?library) for more info. Regards, Martin Maechler __ 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

Re: [R] Problem with Matrix package

2005-10-04 Thread Martin Maechler
or BLAS_LIBS that don't match the things available on your machine. Jari We have Debian Linux. Yes, and an installation of R (which one?) that's not correct in the above sense. How was it installed? Regards, Martin Maechler, ETH Zurich __ R-help

[R] Sending messages twice to R-help {was ... lmList error ...}

2005-10-04 Thread Martin Maechler
, Martin Maechler Appended at the very end of every R-help posting and hence yours, too: Hai PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo

Re: [R] heatmap ordered list

2005-10-04 Thread Martin Maechler
a section called Value: 3rd tip : hence use r - heatmap(...) ## and work with 'r' Regards, Martin Maechler, ETH Zurich __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Kouros Owzar is out

2005-10-06 Thread Martin Maechler
Well, cool, why do you need to tell this to more than 3000 readers of R-help ?? Kouros I will be out of the office starting 10/05/2005 and will not return until Kouros 10/07/2005. Kouros __ Kouros R-help@stat.math.ethz.ch mailing list

[R] Use crossprod() instead of t(x) %*% x !

2005-10-06 Thread Martin Maechler
. Martin Maechler, ETH Zurich __ 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

Re: [R] Compare two distance matrices

2005-10-06 Thread Martin Maechler
bady == bady [EMAIL PROTECTED] on Thu, 06 Oct 2005 14:39:27 +0200 writes: bady Hi, hi all, I am trying to compare two distance matrices with R. I would like to create a XY plot of these matrices and do some linear regression on it. But, I am a bit new to R, so i have a

[R] The R Graph Gallery {was boxplot statistics}

2005-10-07 Thread Martin Maechler
/graphiques/RGraphGallery.php?graph=102 Let me take the opportunity to thank Romain for setting up and maintaining the R Graph Gallery. This is really a cool website for R users. He'd get my number one vote for R website of the year! Martin Maechler, ETH Zurich

[R] obfuscated identity

2005-10-08 Thread Martin Maechler
you are! Bert's remark was very much on point: Using a yahoo or gmail or ... e-mail address is one thing; but then we'd expect at least a full name (and often affiliation) as signature. It not only netiquette, it's real life etiquette to not send anonymous letters Martin Maechler, ETH Zurich

Re: [R] Stirling numbers

2006-07-19 Thread Martin Maechler
) { ## Purpose: Stirling Numbers of the 2-nd kind ## S^{(m)}_n = number of ways of partitioning a set of ## $n$ elements into $m$ non-empty subsets ## Author: Martin Maechler, Date: May 28 1992, 23:42

[R] showMethods()! Re: How to find S4 generics?

2006-07-20 Thread Martin Maechler
SpG == Spencer Graves [EMAIL PROTECTED] on Wed, 19 Jul 2006 15:23:58 -0700 writes: SpG Hi, Thomas: Thanks very much. I haven't tried it yet, SpG but it looks very useful. Best Wishes, Spencer Graves Hmm, ?methods has been containing for a while methods Note: methods methods

Re: [R] positive semi-definite matrix

2006-07-21 Thread Martin Maechler
, but it will be very close. A slightly more general and stable version of the above is available via sfsmisc::posdefify(.) : install.packages(sfsmisc) ?posdefify Martin Maechler, ETH Zurich __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

Re: [R] positive semi-definite matrix

2006-07-21 Thread Martin Maechler
in Matrix in other places anyway. Thanks again for your help! Martin Maechler, ETH Zurich Ravi -- Ravi Ravi Varadhan, Ph.D. Ravi Assistant Professor, The Center on Aging and Health Ravi Division of Geriatric

Re: [R] diff, POSIXct, POSIXlt, POSIXt

2006-07-24 Thread Martin Maechler
dts[-1] - dts[-length(dts[[1]])] Yes, thanks Gabor, and thanks to Patrick who is right that this is a bug and diff() should work for both kinds of POSIXt objects. I'll fix this for both R-patched and R-devel - but not via redefining length(POSIXlt). Martin Maechler, ETH Zurich Gabor On 7/23

Re: [R] conflict of package Matrix and summary of lme object

2006-07-24 Thread Martin Maechler
Dirk == Dirk Enzmann [EMAIL PROTECTED] on Mon, 24 Jul 2006 13:55:44 +0200 writes: Dirk After loading the package Matrix (version 0.995-12), Dirk using the summary function with an lme (package nlme Dirk version 3.1-75) object results in an error message Dirk saying Dirk

Re: [R] [Way OT] New hardware

2006-07-26 Thread Martin Maechler
with Ubuntu 6.06). Now I read that there are 64-bit Xeons with EMT64 (which is said to be Intel's emulation of AMD64), so in principle the same versions of Linux and R should run there as well. Since I haven't heard of any success stories I'm interested as well, in reports from R users. Martin

Re: [R] Summary method needed?

2006-08-03 Thread Martin Maechler
' or are already provided by other FOO methods, e.g., vcov.FOO(). 3) lack of time and/or motivation; lazyness Martin Maechler, ETH Zurich __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Is there a function in R can help me to plot such a figure?

2006-08-07 Thread Martin Maechler
' package (part of Bioconductor, not CRAN yet) which is itself based on using grid. 'hexbin' does hexagon plots as you seem to want. Martin Maechler, ETH Zurich Jiantao On 8/8/06, Jim Lemon [EMAIL PROTECTED] wrote: Jiantao Shi wrote: Hi, i want to plot figure like

Re: [R] integrate() problem {was mathematica - r ...}

2006-08-08 Thread Martin Maechler
(integpsv, lower=sL, upper=sH) a value of 1.623779e+48 (which leads to your PSV of 1.5076e+47) Could it be that you are not using the same definition of incomplete gamma in Mathematica and R ? Martin Maechler, ETH Zurich Leo Thanks for helping me to adjust the sript. Leo best wishes

Re: [R] finding x values to meet a y

2006-08-08 Thread Martin Maechler
) of the function f~(x) = f(x) - y0 == Use *the* R root finding function : uniroot() [or polyroot() if f(.) is a polynomial] Martin Maechler, ETH Zurich __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Constrain coefs. in linear model to sum to 0

2006-08-08 Thread Martin Maechler
[.] -- One must learn by doing the thing; for though you think you know it, you have no certainty until you try. Sophocles ~ 450 B.C. BillV Well, now's your chance! indeed! Martin Maechler, ETH Zurich __ R-help@stat.math.ethz.ch mailing list https

Re: [R] Incomplete gamma function (was integrate(), {was mathematica - r ...})

2006-08-08 Thread Martin Maechler
MM == Martin Maechler [EMAIL PROTECTED] on Tue, 8 Aug 2006 09:55:50 +0200 writes: Leo == Leo Gürtler [EMAIL PROTECTED] on Tue, 08 Aug 2006 00:13:19 +0200 writes: Leo Dear R-list, Leo I try to transform a mathematica script to R. Leo ###relevant part

Re: [R] locating intervals

2006-08-09 Thread Martin Maechler
I'm pretty sure you want to use findInterval() Why did you not find it? In other words, what did you try to find it? Regards, Martin Maechler, ETH Zurich halldor == halldor bjornsson [EMAIL PROTECTED] on Tue, 8 Aug 2006 16:47:18 + writes: halldor Hi , I have two sorted vectors

Re: [R] R CMD check error

2006-08-09 Thread Martin Maechler
Christian == Christian Hennig [EMAIL PROTECTED] on Wed, 9 Aug 2006 17:21:18 +0100 (BST) writes: Christian Dear list, R CMD check on my updated package now Christian generated the following error: Christian LaTeX errors when creating DVI version. This Christian typically

Re: [R] Combinations question

2006-08-09 Thread Martin Maechler
, you have combn() available from ``standard R''... and that's another reason why I'd recommend using the combinat version rather than the gtools one. Martin Maechler, ETH Zurich Jacques Martin Chlond a écrit : I need to generate a {0,1} matrix wifht nCr rows and n columns

Re: [R] installing rimage

2006-08-10 Thread Martin Maechler
Mid eme liebe Gruess vom e Zircher.. :-) Martin Maechler, ETH Zurich __ 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

Re: [R] Gower Similarity Coefficient

2006-08-14 Thread Martin Maechler
the package cluster (which is *recommended* hence part of every complete R installation) is also based on Gower's (dis)similarity coefficient. So you don't need to install a new package [But I need to add the word 'Gower' to a better place on daisy()'s help page ...] Martin Maechler, ETH Zurich

Re: [R] Gower Similarity Coefficient

2006-08-14 Thread Martin Maechler
Martin == Martin Maechler [EMAIL PROTECTED] on Mon, 14 Aug 2006 14:30:39 +0200 writes: Chuck == Chuck Cleland [EMAIL PROTECTED] on Mon, 14 Aug 2006 04:53:55 -0400 writes: Chuck Timothy Rye wrote: I'm interested in clustering my data using the Gower Similarity

Re: [R] Question on .Options$max.print

2006-08-14 Thread Martin Maechler
... HansJB This should be ... max.print 1 ... Yes, thank you. Martin Maechler, ETH Zurich __ 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

Re: [R] How to reply to a thread if .. R-help mails .. in digest

2006-08-15 Thread Martin Maechler
, unfortunately there are (too many) pieces of e-mail crapware around which even don't support the above correctly... Martin Maechler, ETH Zurich, provider of (most of) the mailing list infrastructure for R. __ R-help@stat.math.ethz.ch mailing list https

Re: [R] help about agnes

2006-08-17 Thread Martin Maechler
Arnau == Arnau Mir Torres [EMAIL PROTECTED] on Wed, 16 Aug 2006 19:38:27 +0200 writes: Arnau Hello. Arnau I have the following distance matrix between 8 points: Arnau [1,] 0.00 3.162278 7.280110 8.544004 7.071068 9.899495 6.403124 8.062258 Arnau [2,] 3.162278

Re: [R] day, month, year functions

2006-08-17 Thread Martin Maechler
* is there exactly for this purpose ??? I rather think the authors of each of the other old-fashioned date classes should provide as.POSIXlt() methods for their classes. Then, we'd have uniform interfaces, following's Gabor's # 1. above. Martin Maechler, ETH Zurich

Re: [R] as.data.frame(cbind()) transforming numeric to factor?

2006-08-18 Thread Martin Maechler
Tom == Tom Boonen [EMAIL PROTECTED] on Fri, 18 Aug 2006 11:16:45 -0400 writes: Tom Thanks everybody. I recognize my mistake now. Tom I thinkas.data.frame(cbind(x.1,x.2),stringsAsFactors = FALSE) Tom would be a good idea. I think data.frame(x.1, x.2 = I(x.2)) would

Re: [R] [R-pkgs] New version of glmmML

2006-08-21 Thread Martin Maechler
website, (and also since I encourage ``everyone'' to subscribe to R-packages,) I think the extra information in 1) above would be appropriate for every posting to R-packages. Martin Maechler, ETH Zurich __ R-help@stat.math.ethz.ch mailing list https

Re: [R] aggregate example : where is the state.region variable?

2006-08-22 Thread Martin Maechler
this mailing list and get the money back you paid for that service. Unfortunately, we can't get the time and energy back we've lost when dealing with such postings... Martin Maechler, ETH Zurich Gabor On 8/21/06, John Kane [EMAIL PROTECTED] wrote: --- Gabor Grothendieck [EMAIL PROTECTED] wrote

Re: [R] error message from lm.ridge() in MASS ***package***

2006-08-24 Thread Martin Maechler
jz7 == jz7 [EMAIL PROTECTED] on Tue, 22 Aug 2006 17:10:42 -0400 (EDT) writes: jz7 Dear all, jz7 I got a wierd problem when using lm.ridge() in MASS library. there is MASS the book and MASS the package, and there is even a MASS library (namely the file MASS.so or MASS.dll

Re: [R] S4 Method Dispatch for Sealed Classes

2006-09-01 Thread Martin Maechler
Thomas == Thomas Koenig [EMAIL PROTECTED] on 31 Aug 2006 18:36:57 +0200 writes: Thomas I encounter a problem with method dispatch with S4 Thomas classes, using the 'sealed' parameter in setClass. [...] [...] Thomas Tried on R 2.3.1 and R

Re: [R] Conservative ANOVA tables in lmer

2006-09-07 Thread Martin Maechler
DB == Douglas Bates [EMAIL PROTECTED] on Thu, 7 Sep 2006 07:59:58 -0500 writes: DB Thanks for your summary, Hank. DB On 9/7/06, Martin Henry H. Stevens [EMAIL PROTECTED] wrote: Dear lmer-ers, My thanks for all of you who are sharing your trials and tribulations

Re: [R] R drop behavior -- set as option in later version?

2006-09-08 Thread Martin Maechler
Wrong Mailing List !! Proposals for changes to R should be discussed on R-devel, see the posting guide. I'll reply separately, but only CC to R-devel. Martin Maechler, ETH Zurich __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

Re: [R] help on data frame and matrix

2006-09-18 Thread Martin Maechler
John == John Kane [EMAIL PROTECTED] on Sun, 17 Sep 2006 12:10:19 -0400 (EDT) writes: John --- Finosaur [EMAIL PROTECTED] wrote: I am given a data frame, which actually contains a matrix. But I need to convert the data frame into a matrix so that I can use the matrix

Re: [R] Linux configuration (Ubuntu)

2006-09-20 Thread Martin Maechler
UweL == Uwe Ligges [EMAIL PROTECTED] on Wed, 20 Sep 2006 01:03:30 +0200 writes: UweL Brian Edward wrote: Hello all, I have been a R user for about a year now, running on a MS Windows machine. I am in the process of making a complete switch to open-source. Linux

Re: [R] Statitics Textbook - any recommendation?

2006-09-21 Thread Martin Maechler
Stats + R), and in my view is still the best. Martin Maechler, ETH Zurich Charles Annis, P.E. [EMAIL PROTECTED] phone: 561-352-9699 eFax: 614-455-3265 http://www.StatisticalEngineering.com -Original Message- From: [EMAIL

[R] Mail Server timeout of 1--2 hours

2006-09-21 Thread Martin Maechler
-project.org (because that is completely independent with no mounted file systems). Martin Maechler, ETH Zurich __ 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

Re: [R] binom

2006-09-21 Thread Martin Maechler
Please stop posting your homework problems to R-help! The posting guide quite explictly does not allow it. M.Maechler, ETH Zurich __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] nls

2006-09-23 Thread Martin Maechler
SpG == Spencer Graves [EMAIL PROTECTED] on Sat, 23 Sep 2006 00:52:30 -0700 writes: SpG I used debug to walk through your example line by line, I found SpG that the error message was misleading. By making SpG as.vector(semivariance) and as.vector(h) columns of a data.frame,

Re: [R] About the display of matrix

2006-09-26 Thread Martin Maechler
. 1 . . 2 3 --- Martin Maechler, ETH Zurich __ 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

Re: [R] calculating dissimilarities in R

2006-09-26 Thread Martin Maechler
Hi Elvina, Elvina == Elvina Payet [EMAIL PROTECTED] on Tue, 26 Sep 2006 05:48:01 GMT writes: Elvina __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Perspective axes

2006-09-28 Thread Martin Maechler
John == John Logsdon [EMAIL PROTECTED] on Thu, 28 Sep 2006 11:40:10 +0100 (GMT) writes: John Is there a way to get the axes labels for a persp() John plot to show the actual values employed? John ticktype='detailed' only shows a scale from 0 to 1. that's not true. John My

Re: [R] Block comments in R?

2006-10-05 Thread Martin Maechler
PD == Peter Dalgaard [EMAIL PROTECTED] on 05 Oct 2006 16:12:50 +0200 writes: PD Seth Falcon [EMAIL PROTECTED] writes: Uwe Ligges [EMAIL PROTECTED] writes: Use an editor that comments out a whole block which is what I do all the time, e.g. use Tinn-R, Emacs or WinEdt,

  1   2   3   4   5   6   7   8   9   10   >