Re: [R] Bug (?) in read.fwf

2007-11-08 Thread jim holtman
and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] pattern matching accross multiple matrices

2007-11-08 Thread jim holtman
and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Calculate percentages in a table of data

2007-11-08 Thread jim holtman
do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r

Re: [R] How to create an array of list?

2007-11-08 Thread jim holtman
, jim holtman wrote: I am still not sure what you expect as output. Can you provide an example of what you think that you need. What is it that you are trying to construct? How do you then plan to use them? There might be other ways of going about it if we knew what the intent was -- what

Re: [R] How to create an array of list?

2007-11-08 Thread jim holtman
[EMAIL PROTECTED] wrote: Thanks for the response! I want to create those lists so that I could use them in a function ('contrast' in contrast package) as arguments. Any suggestions? Thanks, Gang On Nov 8, 2007, at 5:12 PM, jim holtman wrote: Can you tell us what you want to do

Re: [R] Problem with R version 2.6.0

2007-11-09 Thread jim holtman
code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org 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 more efficently read in a big matrix

2007-11-09 Thread jim holtman
with the rest of columns. However, I need all rows for the two parts. The file is in txt format and around 480Mb, very large though. Yes, it is of numeric values. I appreciate! Allen On Nov 9, 2007 11:46 PM, jim holtman [EMAIL PROTECTED] wrote: If they are all numeric, you can use

Re: [R] How to more efficently read in a big matrix

2007-11-09 Thread jim holtman
of the header and row.names to use scan()? Thanks! Allen On Nov 10, 2007 12:18 AM, jim holtman [EMAIL PROTECTED] wrote: Here is an example of reading in file of 3M numbers (11MB of text file) on my laptop: system.time(x - scan('/tempyy', what=0)) Read 300 items user system elapsed

Re: [R] How to more efficently read in a big matrix

2007-11-09 Thread jim holtman
, skip, nlines, na.strings, : scan() expected 'a real', got 'B' Let me try what you suggested. Thanks! Allen On Nov 10, 2007 12:07 AM, jim holtman [EMAIL PROTECTED] wrote: If they are all numeric, then read it in with: x - scan('yourfile', what=0) # assuming blank separators

Re: [R] how to emerge two tables by taking the ave.

2007-11-11 Thread jim holtman
), x, y) z b1 b2 b3 2.00 3.33 4.00 Allen On Nov 11, 2007 10:41 PM, jim holtman [EMAIL PROTECTED] wrote: What did your text files look like? It would appear that there was not a line feed on the last line of the file. Also what does 'str' of x and y show

Re: [R] help in long loops

2007-11-12 Thread jim holtman
]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1

Re: [R] How to pool a group of samples and take the ave.

2007-11-12 Thread jim holtman
/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R

Re: [R] How to pool a group of samples and take the ave.

2007-11-12 Thread jim holtman
Was supposed to be: B - A[,1:47] / myAvg On Nov 12, 2007 3:10 PM, jim holtman [EMAIL PROTECTED] wrote: Try something like this: myAvg - rowMeans(A[,48:243]) B - A[1:47,] / myAvg On Nov 12, 2007 1:37 PM, affy snp [EMAIL PROTECTED] wrote: Dear list, Hi! I have a table A, 238304 rows

Re: [R] time plotting problem

2007-11-12 Thread jim holtman
-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying

Re: [R] update matrix with subset of it where only row names match

2007-11-12 Thread jim holtman
code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] Cleaning database: grep()? apply()?

2007-11-13 Thread jim holtman
, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org

Re: [R] update matrix with subset of it where only row names match

2007-11-13 Thread jim holtman
. some other languages. HTH On Nov 13, 2007 4:44 PM, Martin Waller [EMAIL PROTECTED] wrote: jim holtman wrote: Here is one way of doing it that uses the row and column names: # create test data mat1 - matrix(0, nrow=10, ncol=3) dimnames(mat1) - list(paste('row', 1:10, sep=''), LETTERS[1:3

Re: [R] problems with splinefun()

2007-11-14 Thread jim holtman
!!! /David __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim

Re: [R] How to get row numbers of a subset of rows

2007-11-14 Thread jim holtman
/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] How to get row numbers of a subset of rows

2007-11-14 Thread jim holtman
] On Behalf Of jim holtman Sent: Wednesday, November 14, 2007 8:39 AM To: affy snp Cc: r-help@r-project.org Subject: Re: [R] How to get row numbers of a subset of rows Here is a way of doing it using 'rle': x - read.table(textConnection( SNPChromosome PhysicalPosition + 1 SNP_A

Re: [R] enumeration variable by groups

2007-11-14 Thread jim holtman
code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] Romoving elements from a vector. Looking for the opposite of c(), New user

2007-11-15 Thread jim holtman
, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org

Re: [R] Problems working with large data

2007-11-15 Thread jim holtman
-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch

Re: [R] read complicated file

2007-11-15 Thread jim holtman
/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] overlapping intervals

2008-02-01 Thread jim holtman
, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Plotting 3 vectors on one graph.

2008-02-02 Thread jim holtman
list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] Ignore error t.test in a loop

2008-02-02 Thread jim holtman
list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] calculation fraction/ratio

2008-02-02 Thread jim holtman
://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https

[R] Call for papers for CMG'08

2008-02-02 Thread jim holtman
of the material to show how other organizations are using R in this context. Please feel free to contact me with any questions or comments. Jim Holtman [EMAIL PROTECTED] +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing

Re: [R] precision in seq

2008-02-04 Thread jim holtman
://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] counting identical data in a column

2008-02-04 Thread jim holtman
]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH

Re: [R] precision in seq

2008-02-05 Thread jim holtman
-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] Vector loop

2008-02-05 Thread jim holtman
]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What

Re: [R] error message from apply()

2008-02-05 Thread jim holtman
]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman

Re: [R] how to plot an user-defined function

2008-02-05 Thread jim holtman
-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you

Re: [R] error message from apply()

2008-02-05 Thread jim holtman
(data2_1, na.rm = TRUE) num - apply(data2_1, 2, function(x) { sum(x (thr), na.rm = TRUE) }) On 2/6/08, jim holtman [EMAIL PROTECTED] wrote: The error message was coming from the call to colMeans where 'x' was not a matrix; it was a vector that resulted from the 'apply' call. Did you

Re: [R] inserting text lines in a dat frame

2008-02-06 Thread jim holtman
appreciated. Joseph Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org

Re: [R] error message from apply()

2008-02-06 Thread jim holtman
/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] matrix loop

2008-02-06 Thread jim holtman
commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Subsetting a data.frame degenerates at one column?

2008-02-08 Thread jim holtman
/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] FW: merge multiple csv files

2008-02-08 Thread jim holtman
commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] how to extract characters from a character string

2008-02-08 Thread jim holtman
, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] Can I index a dataframe with a reference from/to a second dataframe?

2008-02-08 Thread jim holtman
and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Vector Size

2008-02-08 Thread jim holtman
://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] error in the function

2008-02-09 Thread jim holtman
-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] Length problem

2008-02-11 Thread jim holtman
list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] help with bwplot

2008-02-12 Thread jim holtman
-project.org/posting-guide.htmlhttp://www.r-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? [[alternative HTML version deleted

Re: [R] how to specify modes of certain fields in read.table

2008-02-12 Thread jim holtman
-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE

Re: [R] how to specify modes of certain fields in read.table

2008-02-12 Thread jim holtman
PLEASE do read the posting guide http://www.R-project.org/posting-guide.htmlhttp://www.r-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] conflict within packages

2008-02-12 Thread jim holtman
read the posting guide http://www.R-project.org/posting-guide.htmlhttp://www.r-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? [[alternative HTML

Re: [R] Reorder data frame columns by negating list of names

2008-02-12 Thread jim holtman
://ofri.mnr.gov.on.ca __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman

Re: [R] summary statistics

2008-02-12 Thread jim holtman
the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org

Re: [R] indices of rows containing one or more elements 0

2008-02-12 Thread jim holtman
, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] regular expression for na.strings / read.table

2008-02-12 Thread jim holtman
://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] Matching Problem

2008-02-12 Thread jim holtman
guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https

Re: [R] shaded area graph and extra plot

2008-02-12 Thread jim holtman
/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] rolling sum (like in Rmetrics package)

2008-02-13 Thread jim holtman
at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim

Re: [R] write output in a custom format

2008-02-14 Thread jim holtman
read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org

Re: [R] Replacing columns in a data frame using a previous condition

2008-02-14 Thread jim holtman
and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] write output in a custom format

2008-02-14 Thread jim holtman
Feb 2008, at 16:49, jim holtman wrote: Here is a start. You basically have to interate through your data and use 'cat' to write it out: particle - list(dose=c(1,100.0,0),pos=data.frame(x=c(0,1,0,1),y=c (0,1,0,1))) output - file(/tempxx.txt, w) cat(particle$dose, \n, file=output, sep

Re: [R] Retrieving data frames from a for loop

2008-02-14 Thread jim holtman
://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https

Re: [R] how to specify the location of tick mark on x axies

2008-02-16 Thread jim holtman
) But the data points of the line is plotted at the beggining of each category on x axis. I want to them plotted at the middle of each category. Can you help? Xin - Original Message - From: jim holtman [EMAIL PROTECTED] To: Xin [EMAIL PROTECTED] Sent: Saturday, February 16, 2008 11:43 AM

Re: [R] How to estimate weekly Variance

2008-02-16 Thread jim holtman
. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? Felipe D. Carrillo Fishery Biologist US Fish Wildlife Service California, USA Never miss

Re: [R] predicting memory usage

2008-02-18 Thread jim holtman
] gmail.com __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman

Re: [R] Huge number

2008-02-18 Thread jim holtman
, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org

Re: [R] Interpolation between 2 vectors

2008-02-19 Thread jim holtman
/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] Problem Using the %in% command

2008-02-20 Thread jim holtman
Bioinformatics Center for Applied Medicine (CIMA) University of Navarra Avda. Pio XII, 55 E-31008 Pamplona, Spain Tel: +34 948 194700, ext 5023 email: [EMAIL PROTECTED] jim holtman escribió: PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented

Re: [R] variable syntax problem

2008-02-21 Thread jim holtman
, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

Re: [R] variable syntax problem

2008-02-21 Thread jim holtman
?assign On 2/21/08, Paul Hammer [EMAIL PROTECTED] wrote: Paul Hammer schrieb: jim holtman schrieb: Exactly what do you mean by additional text? Have you tried paste? On 2/21/08, Paul Hammer [EMAIL PROTECTED] wrote: dear members, i would like to write a variable in a plot title

Re: [R] Unable to create/index a zoo irregular timeseries

2008-02-21 Thread jim holtman
code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] variable syntax problem

2008-02-21 Thread jim holtman
Also consider using a 'list' to store the results. On 2/21/08, Paul Hammer [EMAIL PROTECTED] wrote: Paul Hammer schrieb: jim holtman schrieb: Exactly what do you mean by additional text? Have you tried paste? On 2/21/08, Paul Hammer [EMAIL PROTECTED] wrote: dear members, i would

Re: [R] Save a group of matrix

2008-02-21 Thread jim holtman
code. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim

Re: [R] How to get names of a list into df:s?

2008-02-21 Thread jim holtman
the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing

Re: [R] Problem with cut

2008-02-22 Thread jim holtman
One way of finding out is to look at the code for cut.default. Here is the result of tracing through it where it determines where the cuts are for 12 equal spacings: D(2) [1] 149.804 166.170 182.536 198.902 215.268 231.634 248.000 264.366 280.732 297.098 313.464 329.830 [13] 346.196 As you can

Re: [R] Problem with cut

2008-02-22 Thread jim holtman
-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch

Re: [R] Corrected : Efficient writing of calculation involving each element of 2 data frames

2008-02-22 Thread jim holtman
]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What

Re: [R] Fixed effects

2008-02-22 Thread jim holtman
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r

Re: [R] Aranda-Ordaz

2008-02-23 Thread jim holtman
. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org 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] color area between two time-series via polygon()?

2008-02-24 Thread jim holtman
-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you

Re: [R] Graph Axis

2008-02-25 Thread jim holtman
the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? Tell me what you want to do, not how you want to do

Re: [R] Graph Axis

2008-02-25 Thread jim holtman
the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? Tell me what you want to do, not how you want to do

Re: [R] combining 40,000 with 40,000 data frame (different tact)

2008-02-26 Thread jim holtman
/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? Tell me what you want to do, not how you want

Re: [R] numeric format

2008-02-26 Thread jim holtman
-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying

Re: [R] plot y1 and y2 on one graph

2008-02-27 Thread jim holtman
-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? Tell me what you want to do, not how you want to do

Re: [R] write.csv +RMySQL request

2008-02-28 Thread jim holtman
and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? Tell me what you want to do, not how you want to do it. __ R-help@r-project.org mailing list https

Re: [R] Getting multiple tables when using table(dataframe) to tabulate data

2008-02-28 Thread jim holtman
://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? Tell me what you want to do, not how you want to do

Re: [R] Large loops hang?

2008-02-28 Thread jim holtman
__ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646

Re: [R] Fwd: Re: How to create following chart for visualizing multivariate time series

2008-02-28 Thread jim holtman
https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? Tell me what

Re: [R] setwd on other computer?

2008-02-29 Thread jim holtman
__ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati

Re: [R] while loop syntax help

2008-02-29 Thread jim holtman
-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? Tell me what you want to do, not how you want to do it. __ R-help@r-project.org

Re: [R] can the matrix size limit be increased?

2008-02-29 Thread jim holtman
/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? Tell me what you want to do, not how

Re: [R] Newbie: Incorrect number of dimensions

2008-03-01 Thread jim holtman
. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What

Re: [R] Fwd: Re: How to create following chart for visualizing multivariate time series

2008-03-01 Thread jim holtman
pallate is added on the right side of this plot describing the value of red color, value of blue color etc. Is there any solution? Regards, jim holtman [EMAIL PROTECTED] wrote: Try something like this: require(grDevices) # for colours x - y - seq(-4*pi, 4*pi

Re: [R] an efficient pairwise matrix cell's comparison function

2008-03-02 Thread jim holtman
://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https

Re: [R] R data Export to Excel

2008-03-02 Thread jim holtman
, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] help for the first poster- a simple question

2008-03-03 Thread jim holtman
-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] Tapply for Group Specific Means and Proportions

2008-03-03 Thread jim holtman
-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying

Re: [R] simulation study using R

2008-03-03 Thread jim holtman
://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve

Re: [R] simulation study using R

2008-03-04 Thread jim holtman
. The format of data I would like to store would be data frames or matrices. I also would like to store the data for later use, e.g., a plot of the empirical distribution of the chi^2, or to compute the power of Chi^2 across 1000 reps for each condition. On Mon, Mar 3, 2008 at 7:03 PM, jim holtman

Re: [R] memory constraints in ubuntu gutsy

2008-03-04 Thread jim holtman
-contained, reproducible code. -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

<    4   5   6   7   8   9   10   11   12   13   >