Re: [R] threshold distribution

2009-04-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 Holtma

Re: [R] showing values in levelplot or image

2009-04-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

Re: [R] Collapse data matrix with extra info separated by commas

2009-04-06 Thread jim holtman
try this: > x <- lapply(split(test, list(test$a, test$b), drop=TRUE), function(.data){ + data.frame(a=.data$a[1], b=.data$b[1], c=paste(.data$c, collapse=',')) + }) > do.call(rbind, x) a b c A.1 A 1 1,2 B.1 B 1 5,6,7 A.2 A 2 3,4 > On Mon, Apr 6, 2009 at 10:38 AM, Daniel Brewer w

Re: [R] how to subsample all possible combinations of n species taken 1:n at a time?

2009-04-06 Thread jim holtman
entify where in the code I would need to introduce a sampling term or > skipping sequence? > > Thanks for your time > Jasper > > -- > View this message in context: > http://www.nabble.com/how-to-subsample-all-possible-combinations-of-n-species-taken-1%3An-at-a-tim

Re: [R] multi panel plot using xyplot()

2009-04-06 Thread jim holtman
THANKS A LOT! > > Stefan > > >        [[alternative HTML version deleted]] > > __ > 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/p

Re: [R] how to subsample all possible combinations of n species taken 1:n at a time?

2009-04-06 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 that you are trying to solve?

Re: [R] write text file as output without quotes

2009-04-07 Thread jim holtman
gt; > Regards, > > Ravi Shankar > > > > > > This e-mail may contain confidential and/or privileged i...{{dropped:13}} > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guid

Re: [R] factor, as.factor and levels

2009-04-08 Thread jim holtman
ASS_7.2-46 >> > > __________ > 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, rep

Re: [R] factor, as.factor and levels

2009-04-08 Thread jim holtman
is there a different > cause for it's existence? > > Heinz > > > > At 13:50 08.04.2009, jim holtman wrote: >> >> as.factor does not accept levels as an argument.  use the first form >> that you have >> >> factor(ch1, levels=ch1) >> >>

Re: [R] Col Names

2009-04-08 Thread jim holtman
-tp22952055p22952055.html > Sent from the R help mailing list archive 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

Re: [R] Colour each letter of a text string in a plot

2009-04-08 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 Cinci

Re: [R] R File I/O Capability - Writing output to specific lines of existing file

2009-04-08 Thread jim holtman
insight. > > __ > 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, reprod

Re: [R] R File I/O Capability - Writing output to specific lines of existing file

2009-04-09 Thread jim holtman
ther. > > Yeah.  The input flat text file is about 600 lines long.  I will be replacing > about 200.  I already have the template for those 200 lines.  I guess I will > just need to read down to line 400 and replace until line 600. > > Thanks again for all the insights regarding t

Re: [R] failed when merging two dataframes, why

2009-04-09 Thread jim holtman
nt. > new2<-merge(df1,df2,by=c("codetot","codetoto"),all=T) # this one failed. I > exactly want to do that. > > Mao J-F > IBCAS, AC > >        [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mai

Re: [R] HELP to cbind several data.frame with a LOOP

2009-04-09 Thread jim holtman
40, Tableanalysis_siena_40, > Tableanalysis_lucca_40) > > Tableanalysis_50 <- cbind(Tableanalysis_firenze_50, Tableanalysis_siena_50, > Tableanalysis_lucca_50) > > > > Thanks > > > > Ale > > > > > > > > > > >        [[alternative HTML version deleted]] > > ___

Re: [R] Subset a data frame for plotting

2009-04-09 Thread jim holtman
3153 > > __ > 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

Re: [R] Generating random integers

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

Re: [R] Continue R CMD BATCH on error

2009-04-13 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 Ho

Re: [R] tapply output as a dataframe

2009-04-13 Thread jim holtman
uide 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 that you are trying to solve? __ R-help@r-project.org mailing li

Re: [R] I source an R script. An error is reported. But on what line

2009-04-13 Thread jim holtman
the error occurred on? > > TIA, SHane > __ > 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, reprod

Re: [R] Faster Solution for a simple code?

2009-04-13 Thread jim holtman
on-for-a-simple-code--tp23024985p23024985.html > Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting gu

Re: [R] overlay multiple time series on one plot

2009-04-13 Thread jim holtman
gt; > Thank you. > > Max > > __ > 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

Re: [R] data frame display

2009-04-15 Thread jim holtman
at.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 that you are trying to solve? __

Re: [R] Intersection of two sets of intervals

2009-04-15 Thread jim holtman
yer >>> >>> __ >>> 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 >>> an

Re: [R] static variable?

2009-04-16 Thread jim holtman
t; > sincerely, > > /iaw > > __ > 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 pro

Re: [R] Reading in a large number of dbf files

2009-04-16 Thread jim holtman
ve (3rd Floor) > Homestead, Florida 33034 > > steve_fried...@nps.gov > Office (305) 224 - 4282 > Fax     (305) 224 - 4147 > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > P

Re: [R] How to control distance between rows of figures in multiple plots

2009-04-17 Thread jim holtman
elp > 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 that you are trying to solve?

Re: [R] multiplot plot spacing and text strip

2009-04-17 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] Manipulate single line in textfile

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

Re: [R] matching subvectors in vector sets

2009-04-17 Thread jim holtman
0096:A02178:A02178 > 1 > A00096:A00096:A02178:A02178:A07776 > 1 > A00096:A00096:A00096:A00096:A02178:A02178 > 1 > A00096:A00096:A00096:A02178:A02178:A07776 > 1 > A00096:A00096:A00096:A00096:A02178:A02178:A07776 > 1 > > > > > On Fri, Apr 17, 2009 at 1:04 P

Re: [R] numbers loop in R

2009-04-17 Thread jim holtman
thz.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 that you are trying to solve?

Re: [R] Create histogram from data matrix

2009-04-17 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 that you are trying to solve

Re: [R] flip certain bits in vector

2009-04-19 Thread jim holtman
nks, > Esmail > > __ > 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, m

Re: [R] Including a vector element in an if statement

2009-04-19 Thread jim holtman
. However I've already done the assignment in Excel and > I'm repeating it to improve my R'ing.) > > Thanks a lot, > Enda > >        [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] Append to a csv file

2009-04-20 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. > --

Re: [R] read.table or read.csv without row index?

2009-04-22 Thread jim holtman
> > (instead of having the columns names V1 to V5?) > > Thank you for your help! > > Regards, > >      John > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read t

Re: [R] rbind data frames stored in a list

2009-04-22 Thread jim holtman
ools.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, reproduci

Re: [R] Reading files

2009-04-25 Thread jim holtman
"02Oct 2009" > > Regards, > santosh > >        [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide ht

Re: [R] eager to learn how to use "sapply", "lapply", ...

2009-04-26 Thread jim holtman
 [[alternative HTML version deleted]] > > __ > 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, minim

Re: [R] Unable to re-import a table that was just exported to a file

2009-04-27 Thread jim holtman
e 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, r

Re: [R] For Loop Syntax

2009-04-27 Thread jim holtman
i]$BLD[i]   <- triali$BLD > > trial[i]$count <- triali$BLD <- NULL > > } > > >        [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the

Re: [R] creating a vector of sums

2009-04-28 Thread jim holtman
ust comes out with a single value. > > Any help is greatly appreciated, thank you. > > Rachel > > __ > 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.

Re: [R] Finding rows common to two datasets

2009-04-28 Thread jim holtman
help offered, >> >> >> >> Steve >> >> >> >> __ >> >> R-help@r-project.org mailing list >> >> https://stat.ethz.ch/mailman/listinfo/r-help >> >> PLEASE do read th

Re: [R] Help on apply() function

2009-04-28 Thread jim holtman
e.html<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 that you are trying to solve? [[alternative HTML version deleted]] ___

Re: [R] How do I sample "cases" within a matrix?

2009-04-29 Thread jim holtman
for any help! Silvia. > -- > View this message in context: > http://www.nabble.com/How-do-I-sample-%22cases%22-within-a-matrix--tp23296664p23296664.html > Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org mailing list >

Re: [R] problem in as.date

2009-04-30 Thread jim holtman
versa. > > Regards > Utkarsh > > __ > 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<http://www.r-project.org/p

Re: [R] Using 'aggregate' when dependent on row value increments

2009-04-30 Thread jim holtman
@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<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. >

Re: [R] problem in reading data

2009-04-30 Thread jim holtman
/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html<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 that y

Re: [R] How to skip rest of code

2009-04-30 Thread jim holtman
test1.R ONLY > } > # lots of lines can start from here. > print("message2") > === > #test2.R > print("message3") > > > Thank you. > Ming-chung Li > >[[alternative HTML version deleted]] > > __ > R-he

Re: [R] Problems with 'valid columns' when using merge

2009-05-01 Thread jim holtman
uot;X1986" > > > I'm trying to merge based on both the Latitude and Longitude column and > have used by=c("name_x", "name_y") before without too many problems. Any > suggestions would be gratefully received. > > Many thanks, > > Steve > > _

Re: [R] Calculating relative ratios in a data frame..

2009-05-04 Thread jim holtman
ps://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Cincinnati, OH +1 513 646 9390

Re: [R] Way to handle variable length and numbers of columns using read.table(...)

2009-05-04 Thread jim holtman
gt; https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Cincinnati, OH +1 513 6

Re: [R] documenting quirky behavior of as.POSIXct, as.POSIX.lt regarding AM/PM, possibly other cases

2009-05-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<http://www.r-project.org/posting-guide.html> > and provide commented, mini

Re: [R] Relative subscripts?

2009-05-05 Thread jim holtman
sting guide > http://www.R-project.org/posting-guide.html<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 that you are trying to solve?

Re: [R] Way to handle variable length and numbers of columns using read.table(...)

2009-05-05 Thread jim holtman
ead Time 1-4 & "skip" to > skip over the unusable header info, e.g. > > read.table(read.table('clipboard', header=FALSE, fill=TRUE, skip=5, > nrows=4) > > Unfortunately, sometimes the number of "Time" rows varies, so I need to > also acco

Re: [R] tapply changing order of factor levels?

2009-05-06 Thread jim holtman
id the change in > order? > > Regards, > Chirantan > > > Visit us at http://www.2pirad.com > >[[alternative HTML version deleted]] > > ______ > R-help@r-project.org mailing lis

Re: [R] X and Y axis labels on a barplot

2009-05-06 Thread jim holtman
quot;sums93", "sums94", "sums95"))) > > > Wasn't aware of dput - y'learn something new every day! > > Hope this helps, > > Steve > > > _____ > Beyond Hotmail — see what else you can do with Windows Live. &

Re: [R] Reading Input file

2009-12-26 Thread jim holtman
t; > The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. >[[alternative HTML version deleted]] > > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the

Re: [R] something similar to %include() in sas?

2009-12-26 Thread Jim Holtman
?source What is the problem you are trying to solve? Sent from my iPhone. On Dec 26, 2009, at 15:10, Wensui Liu wrote: i am just wondering if there is an effective way to include other external codes into the program. thanks. [[alternative HTML version deleted]] _

Re: [R] how to create a simple loop ?

2009-12-27 Thread jim holtman
ect.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<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code.

Re: [R] help: creating a unified histogram

2009-12-27 Thread jim holtman
istinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html<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 that

Re: [R] Scaling error

2009-12-27 Thread jim holtman
oad, Oxford, OX1 3QY, United Kingdom Tel: +44 (0)1865-285194 > Mobile: +44 (0)7854-625974 > Email: muhammad.ra...@ouce.ox.ac.uk > > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do

Re: [R] graph shading is overlaying axes

2009-12-28 Thread jim holtman
t; https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtma

Re: [R] Modified R Code

2009-12-28 Thread jim holtman
ation > > interval.min=ifelse(rate3_combination=="R31",3.05,ifelse(rate3_combination=="R32",3.3,3.6)) > > interval.max=ifelse(rate3_combination=="R21",3.3,ifelse(rate3_combination=="R32",3.6,3.99)) > rand.nums_rate3=runif(rate3_combination,min

Re: [R] Modified R Code

2009-12-28 Thread jim holtman
rate1_min2 = rates1$min2 > rate1_max2 = rates1$max2 > rate1_min3 = rates1$min3 > rate1_max3 = rates1$max3 > > rate2_min1 = rates2$min1 > rate2_max1 = rates2$max1 > rate2_min2 = rates2$min2 > rate2_max2 = rates2$max2 > rate2_min3 = rates2$min3 > rate2_max3 = rates2$max3 &

Re: [R] How to change the default Date format for write.csv function?

2009-12-28 Thread jim holtman
lternative HTML version deleted]] > > __________ > 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<http://www.r-project.org/posting-guid

Re: [R] accessing members of a data.frame

2009-12-28 Thread jim holtman
ML version deleted]] > > __ > 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<http://www.r-project.org/posting-guide.html>

Re: [R] subsetting by groups, with conditions

2009-12-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<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained

Re: [R] how to append new data to saved data on disk efficiently

2009-12-29 Thread jim holtman
g-guide.html<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 that you are trying to solve? [[alternative HTML version deleted]]

Re: [R] extract value from first column based on value in second column

2009-12-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<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code

Re: [R] Remove double quotation marks

2009-12-29 Thread jim holtman
tat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide > > http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> > > and provide commented, minimal, self-contained, reproducible code. > > > > > > -- > V

Re: [R] What am I doing wrong in my loops?

2009-12-30 Thread jim holtman
uot;13" "9" > "14" > [29] "0" "15" "0" "16" "11" "17" "7" "18" "0" "19" "13" "20" "0" > "21" > [43] "0"

Re: [R] What am I doing wrong in my loops?

2009-12-30 Thread jim holtman
t I had wanted to make this into a data frame with > df=data.frame(mn, il) > so that I could plot it using factors. Can I do that with a matrix? > And can I eliminate the loops? > > > On 12/30/09 12:11 PM, jim holtman wrote: > > First of all your expression 'i*j'

Re: [R] capturing stdout

2009-12-30 Thread Jim Holtman
?capture.output ?sink What is the problem you are trying to solve? Sent from my iPhone. On Dec 30, 2009, at 15:15, Nick Torenvliet wrote: I'm wondering if anyone knows of a way to capture system messages, for instance when I do the following: system("../DBScripts/getEODData.sh") .//LSE_

Re: [R] How to interpret some diagnostic output

2009-12-31 Thread jim holtman
), >axis=FALSE, >ylab="Glucose", xlab="Month") > axis(2,seq(40,200,by=10)) > axis(4,seq(40,200,by=10)) > axis(1,1:12) > > > -- > The whole religious complexion of the modern world is due > to the absence from Jerusalem of a lunatic

Re: [R] xyplot - help with multiple Y's vs. X of a member data in multiple panels

2009-12-31 Thread jim holtman
.24 > 1,5,1,7,79.733,1,-1.03,-1.14,-0.94 > > Please let me know if you need additional info. > > Thanks, > Santosh > >[[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list > https://sta

Re: [R] changing a list element's name during execution in lapply - possible?

2010-01-01 Thread jim holtman
>> > >> ––– > >> Mark Heckmann > >> Dipl. Wirt.-Ing. cand. Psych. > >> Vorstraße 93 B01 > > ––– > Mark Heckmann > Dipl. Wirt.-Ing. cand. Psych. > Vorstraße 93 B01 > 28359 Bre

Re: [R] How to not to terminate read.table if the input file is

2010-01-01 Thread jim holtman
iling list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Cincinnati, OH +

Re: [R] ifelse and piecewise function

2010-01-01 Thread jim holtman
matics Department, > University of Western Sydney, Australia) > >[[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do

Re: [R] help with for loop

2010-01-01 Thread jim holtman
ed Yahoo spam]] > >[[alternative HTML version deleted]] > > > __ > 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-g

Re: [R] Help needed on applying a function across different data sets and aggregating the results into a single data set

2010-01-01 Thread jim holtman
nlme_3.1-96 > plm_1.2-1 > [6] sandwich_2.2-4 splines_2.10.0 survival_2.35-8 tools_2.10.0 > > -- > View this message in context: > http://n4.nabble.com/Help-needed-on-applying-a-function-across-different-data-sets-and-aggregating-the-results-into-a-sint-tp997046p997046.html > Sent from the R help mailing list archi

Re: [R] suppress output for meta in package tm

2010-01-02 Thread jim holtman
t;> PLEASE do read the posting guide >>>> http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> >>>> <http://www.r-project.org/posting-guide.html> >>>> and provide commented, minimal, self-contained, reproducib

Re: [R] R matching lat/lon pairs from two datasets?

2010-01-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<http://www.r-project.org/posting-guide.html> > and provide comm

Re: [R] prefixing values in a table

2010-01-05 Thread jim holtman
teful! > > cheers, > Laura > > __ > 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] problem with strptime and 2010 dates

2010-01-06 Thread jim holtman
quot;11/17/2009" "11/24/2009" "12/2/2009" > [16] "12/9/2009" "12/16/2009" "12/23/2009" "12/30/2009" "1/6/2010" > > which makes me think I'm doing something wrong in my strptime() call. > as.character(bug_table$rep_date

Re: [R] Graph titles from massive

2010-01-07 Thread jim holtman
gt; Thank you for your time and help! > >[[alternative HTML version deleted]] > > __ > 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<http://www.r-project.org

Re: [R] Print data frame as list including row/column name

2010-01-07 Thread jim holtman
ct.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<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducibl

Re: [R] Directory operations

2010-01-08 Thread jim holtman
EASE do read the posting guide > http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Cincinnati, OH +1 513 646 939

Re: [R] Newbie question on precision

2010-01-08 Thread jim holtman
ting guide > http://www.R-project.org/posting-guide.html<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 that you are trying to solve? [[a

Re: [R] How to Merge based on Rows

2010-01-08 Thread jim holtman
ew this message in context: > http://n4.nabble.com/How-to-Merge-based-on-Rows-tp101p101.html > Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinf

Re: [R] Plotting numeric values against non numeric items

2010-01-09 Thread jim holtman
, minimal, self-contained, reproducible code. > > > > > > -- > View this message in context: > http://n4.nabble.com/Plotting-numeric-values-against-non-numeric-items-tp1010129p1010311.html > Sent from the R help mailing list archive at Nabble.com. > > ___

Re: [R] data frame names in sequence

2010-01-10 Thread jim holtman
ailing list archive 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<http://www.r-project.org/pos

Re: [R] warning inside loop

2010-01-11 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<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 handle missing values "." when importing data in R

2010-01-12 Thread jim holtman
osting guide > http://www.R-project.org/posting-guide.html<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 that you are trying to solve?

Re: [R] how to handle missing values "." when importing data in R

2010-01-12 Thread jim holtman
m. > >> > >> ______ > >> 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<http://w

Re: [R] parsing protocol of states

2010-01-12 Thread jim holtman
t8, "%Y-%m-%d %H:%M:%S")) > t9 <- substr(str02[x9], 1, 19) > t9 <- as.POSIXct(strptime(t9, "%Y-%m-%d %H:%M:%S")) > t10 <- substr(str02[x10], 1, 19) > t10 <- as.POSIXct(strptime(t10, "%Y-%m-%d %H:%M:%S")) > t11 <- substr(str02[x11], 1, 19)

Re: [R] How can I store the results

2010-01-13 Thread jim holtman
p://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 that you are trying to solve? [[alternative HTML version deleted]]

Re: [R] a question about deleting rows

2010-01-13 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<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Cincinna

Re: [R] Newbie mistakes saving images to files

2010-01-14 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<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, r

Re: [R] transposing a list of vectors

2010-01-15 Thread jim holtman
t; > ..$ back.fill: chr "white" > ..$ scale.max: num 3 > > > > How can I do this in general? > > -- > Michael Friendly Email: friendly AT yorku DOT ca Professor, Psychology > Dept. > York University Voice: 416 736-5115 x66249 Fax: 416 736-5814 &

<    6   7   8   9   10   11   12   13   14   15   >