Re: [R] Newbie Question: Using R with PHP and MySQL

2007-08-24 Thread Eric Theise
road. I thought I'd mention that we use PHP/SWF Charts in a similar environment for similar purposes, though I'm hoping to extend the complexity of what we report using R. http://maani.us/charts/index.php Cheers, Eric __ R-help@stat.math

[R] Synchronzing workspaces

2007-08-22 Thread Eric Turkheimer
How do people go about synchronizing multiple workspaces on different workstations? I tend to wind up with projects spread around the various machines I work on. I find that placing the directories on a server and reading them remotely tends to slow things down. thanks, Eric -- Eric

[R] rfImpute

2007-08-10 Thread Eric Turkheimer
5.74% 51.22% Error in randomForest.default(xf, y, ntree = ntree, ..., do.trace = ntree, : NA not permitted in predictors So roughFix works, but rfImpute doesn't.... Thanks, Eric ent3c *at* virginia.edu -- Eric Turkheimer, PhD Department of Psychology University of Virgi

[R] MTBF Reliability calculations

2007-07-31 Thread Jennings, Eric
e anything in R that can help me with this? Thanks, Eric Jennings QA Technical Assistant Crane Electronics --Redmond 10301 Willows Road P.O. Box 97005 Redmond, WA 98073 PH 425.895.5039 e-mail [EMAIL PROTECTED] Attention: The information contained in this email message may be privileged

Re: [R] the large dataset problem

2007-07-31 Thread Eric Doviak
g" data and the what= argument for "scanning" data, so that you don't load more columns than necessary. He also provided the following script: dict <- readLines("ftp://www.sipp.census.gov/pub/sipp/2004/l04puw1d.txt";) D.lines <- grep("^D ", dict)

[R] the large dataset problem

2007-07-30 Thread Eric Doviak
lines I managed to get it to work with one of the SIPP core files, but it's SLW. Worse, if I discover later that I omitted a relevant variable, then I'll have to run the whole script all over again. Any suggestions? Thanks, - Eric ___

[R] the large dataset problem

2007-07-30 Thread Eric Doviak
lines I managed to get it to work with one of the SIPP core files, but it's SLW. Worse, if I discover later that I omitted a relevant variable, then I'll have to run the whole script all over again. Any suggestions? Thanks, - Eric ___

Re: [R] Combine R2HTML and Rcmd BATCH?

2007-07-28 Thread Eric Lecoutre
ption="Graph1") Do not hesitate to send me your file if more help is required Best wishes, Eric 2007/7/17, Dieter Vanderelst <[EMAIL PROTECTED]>: > > Hi All, > > I have an R script that spawns output in the form of an HTML page. This > is done by the R2HTML pac

[R] access to 'formula' terms in a user function

2007-07-06 Thread Eric Peterson
? Thanks! -Eric --- Eric Peterson Vegetation Ecologist Nevada Natural Heritage Program [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide h

[R] import data

2007-06-30 Thread eric zoukekang
Hello! I wonder if you might help me with informations about how to import data with a 2.4.1 R version without the menu "Import data". Best regards. Eric Duplex ZOUKEKANG Ingénieur Zootechnicien Montpellier SupAgro Master2 AAA-PARC tel : +33(0)661432340 [EMAIL

[R] GAM for censored data? (survival analysis)

2007-06-29 Thread Eric Peterson
one entity (percent ground cover) as a function of another (also percent ground cover). Is there any way to deal with a censored predictor variable as well as the censored response? Citation: Yee, T. W. & N. D. Mitchell. 1991. Generalized additive models in plant ecology. Journal

[R] JRI and Axis Web Service

2007-06-24 Thread Yifan (Eric) Jiang
d to fix this problem for days. Thanks Kind Regards Eric Jiang [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://

[R] Rmpi and rsprng for Windows

2007-06-19 Thread Eric Ferreira
Dear f_R_iends, I'm new on parallel programming and trying to use a machine with Windows to access a linux computer cluster. I could install the 'snow' package, but not 'Rmpi' nor 'rsprng'. Some tips for intalling such packages for Windows R ? All the best, -- Barba Departamento de Ciências Ex

Re: [R] Getting the last day of the month.

2007-05-10 Thread Eric
For 2007: seq(as.Date('2007-02-01'), length = 12, by = "mon") - 1 Current month: seq( as.Date( format( Sys.Date(), "%Y-%m-01")), length = 2, by = "mon")[2] - 1 Eric Patnaik, Tirthankar wrote: > Hi, > Given a date, how do I get the last

Re: [R] error returned by "make check" in R-2.5.0

2007-04-28 Thread Eric Thompson
5 compiler (./configure F77=g95), the eigen test gives > abs(lam - lam2[i])/Meps [1] 48.0 10.0 10.5 9.0 6.0 So, I suppose I will use the g77 compiler. Eric Thompson Tufts University Civil & Environmental Engineering Graduate Student > On Fri, 27 Apr 2007, Eric Thompson wrote: > >

Re: [R] acf and pacf plot

2007-04-27 Thread Eric Thompson
0.975))/sqrt(n) And yes, I think that they are very important. Hope that helps. Eric On 4/27/07, tom soyer <[EMAIL PROTECTED]> wrote: > Hi, > > I noticed that whenever I ran acf or pacf, the plot generated by R always > includes two horizontal blue doted lines. Furthermore, the

[R] error returned by "make check" in R-2.5.0

2007-04-27 Thread Eric Thompson
3.15850637323 -2.50744891774 -1.62994940108 0.68499738238 > print(i <- rev(order(lam2))) [1] 1 2 5 4 3 > stopifnot(abs(lam - lam2[i]) < 60 * Meps) > abs(lam - lam2[i]) < 60 * Meps [1] TRUE TRUE TRUE TRUE TRUE I'm not sure what to do next, or how serious of a problem this might

[R] Assignment from list

2007-04-12 Thread Eric Blanc
ith platform i386-pc-mingw32, R version 2.4.1 and platform x86_64-unknown-linux-gnu, R version 2.3.1) -- Dr Eric Blanc Lecturer in Bioinformatics MRC Centre for Developmental Neurobiology King's College London New Hunt's House Room 4.10B Guy's Hospital Campus London SE1 1UL E-

[R] bivariate interpolation

2007-04-02 Thread eric lee
Hi. I'm trying to take a data set with two independent and one dependent variable and enter a x,y value to predict the dependent with a nonparametric technique. I've been using interpp in the akima package, (windows xp, R 2.4.1), but get values that are orders of magnitude off when the predictors

Re: [R] what is the difference between survival analysis and (...)

2007-03-28 Thread Eric Elguero
s question has nothing to do with R and thank you in advance for your leniency. Eric Elguero GEMI-UMR 2724 IRD-CNRS, Équipe "Évolution des Systèmes Symbiotiques" 911 avenue Agropolis, BP 64501, 34394 Montpellier cedex 5 FRANCE __ R-help@stat.math.

Re: [R] combining lists with same names with 'c'

2007-02-15 Thread Eric Archer
Thanks Duncan! That's the perfect solution as the update will always have all elements named. I don't think I would've come up with it on my own. Cheers, e. Duncan Murdoch wrote: > On 2/15/2007 5:59 AM, Eric Archer wrote: >> I recently ran across an unexpected pro

[R] combining lists with same names with 'c'

2007-02-15 Thread Eric Archer
ist already contains an equivalent name? I can imagine a way using 'lapply', but I'm just checking to see if there is a way to do it with 'c'. In the cases I'd be using this, I wouldn't necessarily know beforehand if the new list contained unique elements or was

Re: [R] R in Industry

2007-02-07 Thread Eric
here: http://quirks.com/jobmart/search.asp Heck, it could even become a revenue resource for the R Project foundation if members and supporting institutions got little gold stars with their postings or some such. Eric * Defined as "Unable to follow posting guidelines." Bert Gu

Re: [R] x-axis labeling between thickpoints

2007-02-04 Thread Eric Thompson
I think you want the 'at', 'labels', and 'tick' arguments of axis(). This should essentially get you what you want: > hist(rnorm(100), axes = F) > axis(side = 1, at = -3:3, lab = F) > axis(side = 1, at = (-3:3)+0.5, tick = F) On 2/4/07, René Cyranek <[EMAIL PROTECTED]> wrote: > Hello! > > I am

Re: [R] CGIwithR and visible output of 'invisible(capture.output(library(...)))'

2007-01-26 Thread Eric
library(R2HTML, verbose = FALSE) Leo Gürtler wrote: > Dear alltogether, > > I want to use CGIwithR in conjunction with R2HTML. > > A small example called 'test.R': > > # > > #! /usr/bin/R > invisible(capture.output(library(R2HTML))) > HTML(summary(as.numeric(scanText(formData$numbers))), file=

Re: [R] Making TIFF images with rtiff

2007-01-11 Thread Kort, Eric
er I have the requisite neurons to carry it off. To answer your installation question, all that is required for the windows binary to run is to copy the tiff related DLLs provided in the gnuwin binary package somewhere on your PATH (tiffio.h and other development files are not required unless you

Re: [R] creating a list of lists

2007-01-07 Thread Eric Archer
} > > Sincerely, > Paul > > __ > 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 comment

[R] Experimental Design with R

2006-12-11 Thread Eric Rexstad
Erin: You may want to examine this PDF in the contributed documentation area of R-project: http://cran.r-project.org/doc/contrib/Vikneswaran-ED_companion.pdf -- Eric Rexstad Research Unit for Wildlife Population Assessment Centre for Research into Ecological and Environmental Modelling

[R] trouble with cloud output to bmp when in loop

2006-12-08 Thread Eric Peterson
p"); cloud(z~x+y); dev.off(); DOES NOT WORK (produces blank bitmaps): > for(i in 1:3) {bmp("d:/test2.bmp"); cloud(z~x+y); dev.off()} Is this a bug? Is there a way to make this work? (working in MS Windows XP x64 with R 2.4.0) Thanks! --- Eric B. Peterson

Re: [R] Help for L-moment Ratio Diagram

2006-12-04 Thread Eric Thompson
I think there are a few packages for doing this. I have used "lmomco": the function lmom.ub() will calculate the sample lmoments, and lmrdia() gives theoretical lmoments for different distributions. Hope this is helpful. Eric On 12/4/06, amna khan <[EMAIL PROTECTED]> wrote:

[R] control for frame color in cloud()

2006-11-29 Thread Eric Peterson
ay to control the color for the frame? How about the background color (gray)? See http://www.crustose.net/~nnhp/3Dview.pdf for a sample of what I'm doing. Thanks, -Eric --- Eric B. Peterson Vegetation Ecologist Nevada Natural Heritage Program [[alternative HTML versi

Re: [R] building R 2.4.0 on aix

2006-11-29 Thread Eric Harley
about this means make can't find the source code. If this is the problem, how can I figure out what source code make is looking for, where it's looking for it, and how to tell it the right place to look? Or perhaps there's something else I'm missing? Thanks, Eric Harley On 11/

Re: [R] delete content of directory - unlink doesn't work as expected

2006-11-28 Thread Eric Thompson
This has worked for me: system("rm path/*") On 11/28/06, Hans-Peter <[EMAIL PROTECTED]> wrote: > Hi, > > I try to delete the files in a directory. While the command > > invisible(lapply( list.files( "DeleteThis" ), function(x) > file.remove(paste("DeleteThis", x, sep="/" )) )) > > works, I keep

[R] Single precision data behaviour with readBin()

2006-11-09 Thread Eric Thompson
ng from. So I also don't know if this use of signif() will be reliable for all possible values. What about a value of 1.2e-8? Will this be read in as: > signif(1.2034e-8, digits = 7) [1] 1.2e-08 or could this occur?: > signif(1.234e-8, digits = 7) [1] 1.23e-08 Thanks f

Re: [R] Likelihood of multiple random processes

2006-11-03 Thread Eric Elguero
this way the problem is not well posed. You need to place an upper bound on the number of distributions in the mixture you want to estimate, for otherwise the likelihood is unbounded (take one normal distribution for each value in your data). - Original Message - > Do you know which obs

[R] is it possible to fill with a color or transparency gradient?

2006-10-06 Thread Eric Harley
inuous gradients for the color of scatter plot points, for example, but it each individual point (or grob) is always one solid color as far as I can tell. Thanks, Eric __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-h

[R] "unvector" ?

2006-09-11 Thread Eric Elguero
n to the general problem too, as the only one I found is maintaining two versions of the functions I write. Eric Elguero GEMI-UMR 2724 IRD-CNRS, Equipe "Evolution des Systemes Symbiotiques" 911 avenue Agropolis, BP 64501, 34394 Montpellier cedex 5 FRANCE ___

[R] Maximum length of R GUI input line?

2006-08-18 Thread Eric Fegraus
Hello, I'm using R 2.3.1 on Windows. I'm generating some very long SQL statements. I do this by using paste() which will contain many strings and variables. I'm getting an error when the the total line length is longer than about 1013 characters. For example, it works with the line containi

[R] nested repeated measures in R

2006-07-21 Thread Eric C Merten
iotemporal variation in stream habitat variables. Thanks for your help! Eric Merten __ 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 a

[R] writing R output to a specific file type

2006-07-12 Thread Eric C. Jennings
Is it possible to write R-output to a specific file type? Specifically is it possible to write to a specific cell in an MS Excel spreadsheet? Thanks, Eric __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

[R] running R in batch with stdin input

2006-06-15 Thread Eric Hu
the command like R CMD BATCH r.script name_variable. Thanks. -Eric In the r.script I have name <- readline("/dev/stdin") r0 <- read.table("/usr/local/surface/$name/$name_c_r") ... I want to get at the end: name <- "1BRS" r0 <-

Re: [R] plot two graphs with different length of data

2006-06-15 Thread Eric Hu
thank you, Joerg. I am able to use points() to add the new data in the current plot. Eric On 6/13/06, Joerg van den Hoff <[EMAIL PROTECTED]> wrote: > Eric Hu wrote: > > Hi I am trying to plot two data set in the same picture window without > > overlapping with each other.

Re: [R] plot two graphs with different length of data

2006-06-12 Thread Eric Hu
Thanks Jim. This seems to work for my case already. Eric On 6/13/06, Jim Lemon <[EMAIL PROTECTED]> wrote: > Eric Hu wrote: > > Hi I am trying to plot two data set in the same picture window without > > overlapping with each other. I am using the format plot(x1,y1,x2,y2) >

[R] plot two graphs with different length of data

2006-06-12 Thread Eric Hu
lim, ylim, log, asp, ...) : invalid 'ylim' value Can anyone tell me what went wrong? Thanks. Eric __ 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-projec

[R] nested mixed-effect model: variance components

2006-06-08 Thread Eric Pante
ov), THANKS !!! eric Eric Pante College of Charleston, Grice Marine Laboratory 205 Fort Johnson Road, Charleston SC 29412 Phone: 843-953-9190 (lab) -9200 (main office)

[R] Status of "data.table" package

2006-06-05 Thread Eric Rexstad
List: This package was described in R News of May 2006. However, I cannot find it on CRAN mirrors, and use of RSiteSearch is unsatisfying. I am likewise unable to find an email address for the maintainer of the package. Thank you in advance for assistance. -- Eric Rexstad Research Unit

Re: [R] microarray-like graph

2006-05-19 Thread Eric Hu
to get an average single value for that range. What do you think? Thanks. Eric On 5/19/06, Jim Lemon <[EMAIL PROTECTED]> wrote: > > Eric Hu wrote: > > Hi, I am beginning to learn R and have a data table that I would like to > > produce a microarray-like plot. The table lo

[R] microarray-like graph

2006-05-18 Thread Eric Hu
0 0 2 -455.23 2.84 1 0 0 1 -432.30 2.98 ... I would like to assign colors to the first three columns and plot the last column against fourth column which is the sum of the first three at each row. Can anyone point to me how to approach this? Thanks for your suggestions. Regards, -Eric

Re: [R] Vector searching and counting speed optimization

2006-05-03 Thread Eric Archer
PROCESSOR_IDENTIFIER > "x86 Family 15 Model 2 Stepping 4, GenuineIntel" > > > __ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://ww

[R] Vector searching and counting speed optimization

2006-05-03 Thread Eric Archer
sure I haven't overlooked any other viable options that might be available. Any and all suggestions are gladly welcomed. Thanks in advance. Cheers, eric --- Variables used : 'pop' - population i.d. , 'a1' & 'a2' - alleles 1 and 2 at locus : all character v

[R] random walk on graph

2006-04-27 Thread Eric Blabac
(r >= c[j] & r < c[j+1]) } x[k] <- which(y == 1) } L[i,m] <- x[N+1] } } its giving me the error: Error in "[<-"(`*tmp*`, k, value = integer(0)) : nothing to replace with no matter what I

[R] installation problem with 2.3.0

2006-04-26 Thread Eric Evans
sly without any problems and I'm puzzled as to why we're encountering this problem in 2.3.0. Does anybody have any suggestions for things I can try to remedy this problem? Thanks very much, Eric __ R-help@stat.math.ethz.ch mailing list https:

Re: [R] (sem assunto)

2006-04-20 Thread Eric Ferreira
Thak you very much indeed! Eric. On 4/20/06, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > > Try paste: > > paste("Axis", f) > > On 4/20/06, Eric Ferreira <[EMAIL PROTECTED]> wrote: > > Dear R-colleagues, > > > > Is it possible to m

[R] (sem assunto)

2006-04-20 Thread Eric Ferreira
Dear R-colleagues, Is it possible to mix TEXT and VALUE of objects in y (or x) label of a plot? For instance: f<-2 plot(..., ylab='Axis f', ...) where "f" means the VALUE of "f". Thany you in advance, Eric. -- Barba Departamento de Ciências Exatas Uni

Re: [R] Adding values to top of bars in barchart

2006-04-14 Thread Eric Archer
Deepayan, Thanks much! That works perfectly! Cheers, eric Deepayan Sarkar wrote: > On 4/14/06, Eric Archer <[EMAIL PROTECTED]> wrote: > >> Given the following data frame ("freq.sp"), >> >> > str(freq.sp) >> `data.frame': 42 o

[R] Adding values to top of bars in barchart

2006-04-14 Thread Eric Archer
hat will allow me to do this and am fairly new to lattice graphics. I've done RSiteSearches on keywords that I could think of, but didn't run across anything I recognized as useful. Any pointers on how to accomplish this would be greatly appreciated. Thanks in advance. Cheers, eri

Re: [R] how to get f(x)=___ from a piecwise function

2006-03-23 Thread Eric C. Jennings
Thanks. the approxfun command works great --matches exactly with computing each point-to-point slope Eric - Original Message - From: jim holtman To: Eric C. Jennings Cc: R-help Sent: Saturday, February 25, 2006 9:27 PM Subject: Re: [R] how to get f(x)=___ from a piecwise

Re: [R] subsetting and NAs

2006-03-20 Thread Eric Archer
Had I just looked at flight$year > 2006, I would've seen what was up. Thanks much Peter! Cheers, eric P Ehlers wrote: > > [snip] > > flight$year > 2006 will return TRUE/FALSE, not row numbers. Try this: > > errors <- subset(flight, subset = year > 2006) &g

[R] subsetting and NAs

2006-03-20 Thread Eric Archer
7087 9206N 4/15/2009 1.1 75.9 2009-04-15 2009 Would someone please explain to me why the new data frame has all columns (and row names) replaced with NA where year was NA and how to avoid this behavior?. Thanks in advance. I am using R v2.2.1 on Windows XP. Cheers, eric Sam

[R] book and website announcement

2006-03-14 Thread Eric Zivot
The 2nd Edition of my book (with Jiahui Wang) Modeling Financial Time Series with S-PLUS has recently been published by Springer-Verlag. The 2nd Edition is updated to cover S-PLUS 7 and S+FinMetrics 2.0. I have also created a website for the 2nd Edition, which can be found at http://faculty.was

[R] how to get f(x)=___ from a piecwise function

2006-02-25 Thread Eric C. Jennings
etc. etc. I am just looking to find an easier method. Thank you for your help. Eric __ 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

[R] R and marine protected areas: algorithms for site selection

2006-02-23 Thread Eric Pante
Dear listers, a central problem in conservation biology is the selection of sites in reserve network design. many algorithms have been published, and I was wondering any have been implemented in R. I did not seen anything on CRAN or R-help, or on the web in general. Best regards, Eric Eric

[R] Creating multiple copies of rows in data frames

2006-02-10 Thread Eric Archer
arch on terms like "duplicate" or "copy". Perhaps it had another primary purpose, but this was a side-effect or secondary capability. Was I hallucinating, or does this exist as a function in base R? Or, will I have to make one with "rep"? Thanks in advance! e.

[R] matching tables

2006-02-07 Thread Eric Pante
e2 6 4 5 0 Unfortunately, I was not successful using "match()". Previous postings explain how to do similar matching, but for tables for same length, specifically. Any thoughts ? Thanks ! eric Eric Pante College of Char

Re: [R] Image Processing packages

2006-01-31 Thread Kort, Eric
Nice. May I incorporate these into the collection I am packaging up for redistribution? -Eric -Original Message- From: Vincent Zoonekynd [mailto:[EMAIL PROTECTED] Sent: Mon 1/30/2006 6:48 PM To: R-help@stat.math.ethz.ch Cc: [EMAIL PROTECTED]; Kort, Eric; [EMAIL PROTECTED]; Thomas

Re: [R] Image Processing packages

2006-01-27 Thread Kort, Eric
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Hi, > > Is it possible that I could see some of your functions and/or results of > those functions(Eric, Charles, Stephan). It's more about that I'd like > to see what already has been accomplished and th

Re: [R] Image Processing packages

2006-01-27 Thread Kort, Eric
Charles Annis, P.E. writes... > Eric: > > I use R to quantify the efficacy of ultrasonic inspections of metal > components (e.g. looking for nonmetallic inclusions in forgings) and use R > for image processing, but my methods have been rather a kluge. I am > interested in yo

Re: [R] Image Processing packages

2006-01-26 Thread Kort, Eric
d to do if I read the early mailing list archives correctly). However, it can be done and it might be desirable to do so from a work-flow perspective. -Eric > Greetings > > Thomas Kaliwe This email message, including any attachments, is for the so...{{dropped}} _

Re: [R] matrix export

2006-01-19 Thread Eric Pante
and then use write.table ? cheers, Eric On Jan 19, 2006, at 1:38 PM, Berton Gunter wrote: > Just use write.table() from the base package with row.names=TRUE (the > default). > > -- Bert Gunter > Genentech Non-Clinical Statistics > South San Francisco, CA > > "The busi

[R] matrix export

2006-01-19 Thread Eric Pante
0.2 1.0 0.0 1.0 1.0 1.0 1.0 1.0 0.0 1.0 1.0 1.0 1.0 1.0 0.0 Does anyone know of an R trick to change the location of the headers ?or do I need to do this externally, through perl or bash ? Thanks in advance for your help, Eric Eric Pante

Re: [R] Suggestion for big files [was: Re: A comment about R:]

2006-01-05 Thread Kort, Eric
> -Original Message- > > [ronggui] > > >R's week when handling large data file. I has a data file : 807 vars, > >118519 obs.and its CVS format. Stata can read it in in 2 minus,but In > >my PC,R almost can not handle. my pc's cpu 1.7G ;RAM 512M. > > Just (another) thought. I used to us

Re: [R] How to produce this graphic

2006-01-04 Thread Kort, Eric
y graphics because y is not numerical. > > What should I do to produce this graphic? > One possibility: x <- c(4,5,6) plot(x, axes=F) axis(1, c(1:3), labels=y) or see ?bar.plot -Eric > > Thank you in advance > > Lisa Wang > Princess Margaret Hospital > Toronto

Re: [R] Why doesn't this nested loop work?

2006-01-04 Thread Kort, Eric
Teresa Nelson > Hi there, > > > > I can get the for-loop to work, I can get the while loop to work. But I > can't get a for loop to work nested within the while loop - why? > > > > Please help, > > Teresa It actually does work, but I think the problem is with your matrix indexing. See th

Re: [R] removal of an element from a vector

2006-01-04 Thread Kort, Eric
o not quite understand. Now that you have y and z, you can do whatever you like with them. But R certainly does have conditional control statements (if/else) as described in An Introduction to R. -Eric > > > > Thanks and regards, > > GS > > ___

Re: [R] newbie R question

2006-01-03 Thread Eric Kort
ckage) > and it will work. > > I've looked at help etc but I can't find > a command like this. Maybe there > isn't one which is fine. library() HTH, Eric This email message, including any attachments, is for the so...{{dropped}} __

Re: [R] A comment about R:

2006-01-03 Thread Kort, Eric
ked questions to the list. So in sum, I use R because it encourages thoughtful analysis, it is flexible and extensible, and it is free. I feel that these are strengths of the environment, not weaknesses. So if an individual finds another tool better suited for their work that is obviously just fi

Re: [R] A comment about R:

2006-01-01 Thread Kort, Eric
after observing how many researchers around me approach statistical analysis, I'd say discouraging "casual" use is a _feature_.) -Eric This email message, including any attachments, is for the so...{{dropped}} __ R-help@stat.math.ethz.ch mailin

Re: [R] Segmetation Fault in R

2005-12-29 Thread Kort, Eric
d in some detail what causes segmentation faults. I would review these, and if you are still having this problem, post a snippet of code that recreates the problem to the appropriate C development list serve. HTH, Eric This email message, including any attachmen

Re: [R] Repeating functions

2005-12-29 Thread Kort, Eric
f objects. Likely the best place to start is looking at the section on lists in An Introduction to R (which came with your R distribution and can be accessed via help.start(), or you can download it here: http://cran.r-project.org/doc/manuals/R-intro.pdf). -Eric >Ronnie This email messag

Re: [R] segmetation fault

2005-12-28 Thread Kort, Eric
per length before passing a reference to them to your C function. If you still are having trouble, you could post a small snippet of code that recreates the error for us to examine. HTH, Eric This email message, including any attachments, is for the so...{{dropped}} ___

[R] Two problems compiling my shared library...

2005-12-20 Thread Kort, Eric
So...can I eliminate the -O2 option via Makevars somehow, or do I need my own custom Makefile to get around this? Thank you, Eric This email message, including any attachments, is for the so...{{dropped}} __ R-help@stat.math.ethz.ch mailing list https

Re: [R] problem with R on mac os x

2005-12-12 Thread Eric Pante
Thanks Doug and Peter, I changed the permissions of the tmp dir as root, and it made the trick! I still don't know how the permissions got changed ... best, eric On Dec 12, 2005, at 3:37 PM, Douglas Grove wrote: > The error are telling you that you don't have permission to > cr

[R] problem with R on mac os x

2005-12-12 Thread Eric Pante
s drwxrwxr-x. I did not see any mention of a similar problem in the archives. Thank you in advance for your insights! eric Eric Pante --- Graduate Student in Marine Biology Grice Marine Laborato

[R] how to extract the row names of a matrix using for loop or other looping

2005-12-10 Thread peter eric
like to do using for loop or other loops...could you give me some suggestion..i´ve tried like this..but it is not working rowc<-list(for(i in 1:3){p<-c();k<-rownames(t[[i]]);p[[i]]<-print(k)}) ## here I´m getting only the final rowname t[[3

Re: [R] Warnings about user error (was read.table error)

2005-12-08 Thread Eric C. Jennings
masking messages >>The following object(s) are masked from ovendata ( position 4 ) : >> >> D Eight Five Four One Seven Three Two >> do go away if I use: rm(list=ls(all=TRUE)) thanks, Eric - Original Message - From: "Prof Brian Ripley&quo

[R] read.table error

2005-12-07 Thread Eric C. Jennings
Eight Five Four One Seven Three Two The following object(s) are masked from package:stats : D > print(ovendata) D One Two Three Four Five Seven Eight 1 1130 254 252 375 384 252 375 876 2 127 250 250 384 386 251 378 875 > I've never se

[R] S-plus equivalent R command?

2005-12-05 Thread Eric Jose Alfaro Martinez
Hi, do you know what is the splus command equivalent to the R command contour(...,method = .flattest.) or contour(..., method = .edge.), thank you very much for your help, best regards... -- Eric J. Alfaro Escuela de Fisica Universidad de Costa Rica 2060-Ciudad Universitaria Rodrigo Facio San

[R] values in between

2005-11-30 Thread Eric C. Jennings
in between -0.6 and 0.2? Thanks Eric Jennings [EMAIL PROTECTED] __ 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

[R] plotting filled.contour without color key

2005-11-29 Thread Eric Archer
ked in the help files for the function and the archives, but have not come across an answer or clue to the answer. Is this possible? Thanks in advance. -- Eric Archer, Ph.D. NOAA-SWFSC 8604 La Jolla Shores Dr. La Jolla, CA 92037 858-546-7121,7003(FAX) [EMAIL PROTECTED] "Lighthouses are mo

[R] how to plot a clustered matrix in graphs

2005-11-22 Thread peter eric
partitions clearly as it is shown in the above matrix... . what kind of approach will be useful in gettign this..?particularly in colored graphs... thanks a lot... yours sincerely, eric. Deepayan Sarkar <[EMAIL PROTECTED]> wrote: On 11/21/05, peter eric wrote: &g

[R] Any volonteer to maintain package R2HTML ?

2005-11-22 Thread Eric Lecoutre
PROTECTED] Best wishes, and all go happyR and happyR! Eric __ 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 plot a list in graphs

2005-11-21 Thread peter eric
thanks a lot with regards, eric Deepayan Sarkar <[EMAIL PROTECTED]> wrote: On 11/21/05, peter eric wrote: > hi all, > I have a matrix and named each row and column as like below... > > a<-matrix(c(seq(3,45,3),seq(10,6,-1)),4,5,byrow=F) > > col<-c(&qu

[R] how to plot a list in graphs

2005-11-21 Thread peter eric
in graphs like julius Vs peter and so on.. whether it could ne done with image function?.. please give me some suggestions... best regards, eric. Research student, Fraunhofer IPT, Germany. - [[alternative

Re: [R] Histogram over a Large Data Set (DB): How?

2005-11-18 Thread Eric Eide
use "general" R functions in combination with DBI's `dbApply' and `fetch' interfaces, which divide results into chunks. Thanks! Eric. -- --- Eric Eide <[EMAIL PROTECTED]> . Un

[R] Histogram over a Large Data Set (DB): How?

2005-11-17 Thread Eric Eide
n the archives for this mailing list, so I'm hoping that someone can set me on the right track. How does one code in R with functions that expect "whole" vectors, and somehow provide those vectors in a "piecemeal" fashion? Is there a general recipe for this situation

[R] how to plot matrix in graphs

2005-11-14 Thread peter eric
halo, how to plot a matrix (i have a multiple matrix ) in graphs in terms of colored boxes or circles. my matrix looks like A B C 6 2 3 4 3 2 2 1 7 A4 3 1 4 6 8 2 1 6 2 7 8 7 8 0 2 3 5 5 2 3 4 7 2

Re: [R] sampling vectors

2005-10-04 Thread Eric Pante
>> On Behalf Of ecatchpole >> Sent: Monday, October 03, 2005 11:57 PM >> To: Eric Pante >> Cc: r-help@stat.math.ethz.ch >> Subject: Re: [R] sampling vectors >> >> Eric, >> >> If you want samples of size 3 from 0:50, with sum==50, this seems to &

[R] sampling vectors

2005-10-03 Thread Eric Pante
suggestions would be very helpful ! Thank you in advance, Eric __ 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] R CMD build produces tar error under FreeBSD 5.4

2005-09-27 Thread Eric van Gyzen
mally, symbolic links are archived as such. With this option, the target of the link will be archived instead. The man page for bsdtar doesn't indicate an option to dereference symlinks during extraction. :( Eric __ 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

[R] Clustering and bootstrap

2005-09-21 Thread Eric Pante
to obtain a majority-rule consensus tree from x distance matrices ? Is anyone using R to generate phylogenetic trees with node support ? thanks for your time and consideration, Eric P. Eric Pante --- Graduate Student in Marine Biology

  1   2   3   >