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

2007-08-24 Thread Eric Theise
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.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help

[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
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 Virginia PO Box 400400 Charlottesville

Re: [R] the large dataset problem

2007-07-31 Thread Eric Doviak
: dict - readLines(ftp://www.sipp.census.gov/pub/sipp/2004/l04puw1d.txt;) D.lines - grep(^D , dict) vdict - read.table(con - textConnection(dict[D.lines])); close(con) head(vdict) I'll try these solutions and report back on my success. Thanks again! - Eric

[R] MTBF Reliability calculations

2007-07-31 Thread Jennings, Eric
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 and is confidential

[R] the large dataset problem

2007-07-30 Thread Eric Doviak
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-help@stat.math.ethz.ch mailing list https://stat.ethz.ch

[R] the large dataset problem

2007-07-30 Thread Eric Doviak
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-help@stat.math.ethz.ch mailing list https://stat.ethz.ch

Re: [R] Combine R2HTML and Rcmd BATCH?

2007-07-28 Thread Eric Lecoutre
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 package. Now I want to run the same script using Rcmd BATCH. However

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

2007-07-06 Thread Eric Peterson
! -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 http://www.R

[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 PROTECTED

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

2007-06-29 Thread Eric Peterson
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 of Vegetation Science 2: 587-602. Thanks, -Eric Peterson Vegetation Ecologist Nevada

[R] JRI and Axis Web Service

2007-06-24 Thread Yifan (Eric) Jiang
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://www.R-project.org/posting

[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

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 date of that month? I have data in the form MM

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

2007-04-28 Thread Eric Thompson
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: Today I tried to install the R-2.5.0 (currently running R-2.4.1) on Mandriva Linux. The ./configure

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

2007-04-27 Thread Eric Thompson
or advice. I thought maybe this was due to something about how my system is setup, but since I don't get the error in R-2.4.1, that seems to imply to me that there is something different in R-2.5.0 that is causing it. Thanks. Eric Thompson Tufts University Civil Environmental Engineering sessionInfo

Re: [R] acf and pacf plot

2007-04-27 Thread Eric Thompson
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, these two lines are not documented in the acf documentation. I don't know

[R] Assignment from list

2007-04-12 Thread Eric Blanc
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-mail: [EMAIL PROTECTED] Tel: +44 (0)20 7848 6532 Fax

[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

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

2007-03-28 Thread Eric Elguero
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.ethz.ch mailing list

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

2007-02-15 Thread Eric Archer
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 an update list. Thanks! Cheers, e. -- Eric Archer, Ph.D. NOAA-SWFSC 8604 La Jolla Shores Dr. La Jolla, CA 92037 858

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 problem caused by combining lists

Re: [R] R in Industry

2007-02-07 Thread Eric
is 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 Gunter wrote: ... two

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 trying

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=stdout())

Re: [R] Making TIFF images with rtiff

2007-01-11 Thread Kort, Eric
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 are going to build the package from source). -Eric (apologies

Re: [R] creating a list of lists

2007-01-07 Thread Eric Archer
guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Eric Archer, Ph.D. NOAA-SWFSC 8604 La Jolla Shores Dr. La Jolla, CA 92037 858-546-7121,7003(FAX) [EMAIL PROTECTED] Lighthouses are more helpful than churches

[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
(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 Vegetation Ecologist Nevada Natural Heritage Program [[alternative

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: Respected Sir I have

Re: [R] building R 2.4.0 on aix

2006-11-29 Thread Eric Harley
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/20/06, Roy Heimbach [EMAIL PROTECTED] wrote: I'm trying to build R 2.4.0 on aix 5 and not having much luck. If anyone on the list has

[R] control for frame color in cloud()

2006-11-29 Thread Eric Peterson
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 version deleted

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 thinking that

[R] Single precision data behaviour with readBin()

2006-11-09 Thread Eric Thompson
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 for any advice. Eric Thompson Graduate Student Tufts University Civil Environmental

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

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

2006-10-06 Thread Eric Harley
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-help PLEASE do read the posting

[R] unvector ?

2006-09-11 Thread Eric Elguero
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-help

[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

[R] nested repeated measures in R

2006-07-21 Thread Eric C Merten
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 and provide

[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

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. I am using the format plot(x1

[R] running R in batch with stdin input

2006-06-15 Thread Eric Hu
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 - read.table(/usr/local/surface/1BRS/1BRS_c_r

[R] plot two graphs with different length of data

2006-06-12 Thread Eric Hu
, 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-project.org/posting

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) but get the following error

[R] nested mixed-effect model: variance components

2006-06-08 Thread Eric Pante
: Within Df Sum Sq Mean Sq F value Pr(F) Residuals 145 6422.044.3 My error message seems to come from the LAGOON/HABITAT, the Error is computed. Warning message: Error() model is singular in: aov(COVER ~ HABITAT + Error(HABITAT+LAGOON+LAGOON/HABITAT), data=cov), THANKS !!! eric

[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 looks like this: 3 0 0 3

[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

[R] Vector searching and counting speed optimization

2006-05-03 Thread Eric Archer
. 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 vectors of equal length (no NAs) nvec - vector of number of individuals in population 'p' a - allele for which 'p.a

Re: [R] Vector searching and counting speed optimization

2006-05-03 Thread Eric Archer
__ 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 -- Eric Archer, Ph.D. NOAA-SWFSC 8604 La Jolla Shores Dr. La Jolla, CA 92037 858-546-7121,7003(FAX) [EMAIL

[R] random walk on graph

2006-04-27 Thread Eric Blabac
]) } 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 do I cant fix it ... any suggestions ? Thanks Eric Blabac PhD

[R] installation problem with 2.3.0

2006-04-26 Thread Eric Evans
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://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R

[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 Universidade Federal de Lavras Minas Gerais

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 mix TEXT and VALUE of objects in y (or x) label of a plot? For instance

[R] Adding values to top of bars in barchart

2006-04-14 Thread Eric Archer
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, eric -- Eric Archer, Ph.D. NOAA-SWFSC 8604 La Jolla Shores Dr. La Jolla, CA 92037 858-546-7121,7003(FAX) [EMAIL PROTECTED

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 obs. of 4 variables: $ behav : Factor w/ 6 levels approach,bowride,..: 1 1

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

[R] subsetting and NAs

2006-03-20 Thread Eric Archer
. Cheers, eric Sample Data: structure(list(FlightID = c(4497, 4498, 4499, 4500, 4501, 7083, 7084, 7085, 7086, 7087, 35208, 35209, 35210, 35212, 35213, 35214 ), TailNo = structure(c(28, 28, 28, 28, 28, 49, 49, 49, 49, 49, 47, 47, 54, 47, 47, 15), .Label = c(12345, 133BW, 152GB, 172CM, 172RW, 1955L

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) Peter Ehlers -- Eric Archer, Ph.D. NOAA

[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

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

2006-02-25 Thread Eric C. Jennings
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
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. -- Eric Archer, Ph.D. NOAA-SWFSC 8604 La Jolla Shores Dr

[R] matching tables

2006-02-07 Thread Eric Pante
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 Charleston, Grice Marine Laboratory

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
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 your R functions, if you

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 the way that was chosen thus circumventing

Re: [R] Image Processing packages

2006-01-26 Thread Kort, Eric
). 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}} __ R-help@stat.math.ethz.ch mailing list https

[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] matrix export

2006-01-19 Thread Eric Pante
, 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 business of the statistician is to catalyze the scientific learning

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 use SPSS,

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

2006-01-04 Thread Kort, Eric
with them. But R certainly does have conditional control statements (if/else) as described in An Introduction to R. -Eric Thanks and regards, GS __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

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 the sample

Re: [R] How to produce this graphic

2006-01-04 Thread Kort, Eric
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,Ca __ R-help@stat.math.ethz.ch mailing list https

Re: [R] A comment about R:

2006-01-03 Thread Kort, Eric
. So if an individual finds another tool better suited for their work that is obviously just fine, but I hardly think these characteristics of R are grounds for criticism, excellent proposals for evolution of documentation and mailing lists notwithstanding. -Eric This email message, including any

Re: [R] newbie R question

2006-01-03 Thread Eric Kort
. 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}} __ R-help@stat.math.ethz.ch mailing list https

Re: [R] A comment about R:

2006-01-01 Thread Kort, Eric
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 mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Repeating functions

2005-12-29 Thread Kort, Eric
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 message, including any attachments, is for the so...{{dropped}} __ R-help@stat.math.ethz.ch mailing list https

Re: [R] Segmetation Fault in R

2005-12-29 Thread Kort, Eric
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 attachments, is for the so...{{dropped

Re: [R] segmetation fault

2005-12-28 Thread Kort, Eric
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-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

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

2005-12-20 Thread Kort, Eric
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://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] problem with R on mac os x

2005-12-12 Thread Eric Pante
of a similar problem in the archives. Thank you in advance for your insights! eric Eric Pante --- Graduate Student in Marine Biology Grice Marine Laboratory 205 Fort Johnson Road, Charleston SC 29412

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 create a directory

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

2005-12-10 Thread peter eric
-c();k-rownames(t[[i]]);p[[i]]-print(k)}) ## here I´m getting only the final rowname t[[3]]..other two values are missing..how could i do this to store all the values... thank you... with regards, eric

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

2005-12-08 Thread Eric C. Jennings
. The 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 [EMAIL PROTECTED] To: Eric C. Jennings [EMAIL

[R] read.table error

2005-12-07 Thread Eric C. Jennings
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 seen anything like theis before. What's going on? Eric

[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
-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
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 more helpful than

[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

[R] how to plot a clustered matrix in graphs

2005-11-22 Thread peter eric
in colored graphs... thanks a lot... yours sincerely, eric. Deepayan Sarkar [EMAIL PROTECTED] wrote: On 11/21/05, peter eric wrote: Really your (Mr.deepayan´s)answer is what I expected..thanks a lot...and I like to ask you one more thing.. Is it possible to do boolean

[R] how to plot a list in graphs

2005-11-21 Thread peter eric
... best regards, eric. Research student, Fraunhofer IPT, Germany. - [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

Re: [R] how to plot a list in graphs

2005-11-21 Thread peter eric
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(peter,david,richrd,vincent,selva) rows-c(julius,caeser,anja

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

2005-11-18 Thread Eric Eide
into chunks. Thanks! Eric. -- --- Eric Eide [EMAIL PROTECTED] . University of Utah School of Computing http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801) 581-5843 FAX

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

2005-11-17 Thread Eric Eide
? Is there a general recipe for this situation in R (aren't large data sets common?), or do I need to code the histogram generator myself? Thanks for any help! --- Eric. -- --- Eric Eide [EMAIL PROTECTED] . University

Re: [R] sampling vectors

2005-10-04 Thread Eric Pante
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 do the job (with apologies to those who really know how to program in R): tot - 50 ii - 0 aa - list() for(i in 0:tot){ for(j in 0

[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
. :( 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

[R] bootstrapping for clustering

2005-09-14 Thread Eric Pante
, and it cannot be used with matrices to generate Bray-Curtis similarity dendrograms?) Please forgive my ignorance! Thank you in advance, eric pante __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

  1   2   3   >