Re: [R] collapsing records

2014-01-19 Thread Jim Lemon
On 01/20/2014 11:44 AM, Bill wrote: I am trying to read a csv file with a date-time field. There are many rows with the same date but different times. I first want to clear the times so that rows from the same day have the same date-time field (called Date). There is another field called Text and

Re: [R] Generating weights based on certain condition in the dataset

2014-01-19 Thread Sudhi Upadhyaya
Please delete this thread https://stat.ethz.ch/pipermail/r-help/2011-December/298414.html I already solved this problem and I forgot my login information so I am unable to login and delete this thread. Sincerely Sudhi [[alternative HTML version deleted]] __

[R] collapsing records

2014-01-19 Thread Bill
I am trying to read a csv file with a date-time field. There are many rows with the same date but different times. I first want to clear the times so that rows from the same day have the same date-time field (called Date). There is another field called Text and I want to collapse all the records wi

Re: [R] changing font size in Forest plot code.

2014-01-19 Thread Gerard Smits
Hi David, That worked perfectly. I had tried something like that, but obviously messed up the change. Thanks for your help. Much appreciated. Gerard On Jan 19, 2014, at 2:16 PM, David Winsemius wrote: > > On Jan 19, 2014, at 1:13 PM, Gerard Smits wrote: > >> Hi All, >> >> I have pulled

Re: [R] changing font size in Forest plot code.

2014-01-19 Thread David Winsemius
On Jan 19, 2014, at 1:13 PM, Gerard Smits wrote: > Hi All, > > I have pulled the following function (fplot) from the internet, and > unfortunately I do not see an author to whom I can give credit. It used grid > graphics and relies mostly on package rmeta by Thomas Lumley. I am trying to >

[R] changing font size in Forest plot code.

2014-01-19 Thread Gerard Smits
Hi All, I have pulled the following function (fplot) from the internet, and unfortunately I do not see an author to whom I can give credit. It used grid graphics and relies mostly on package rmeta by Thomas Lumley. I am trying to make the font smaller in my labeltext, but don’t see any refere

Re: [R] Discussion board

2014-01-19 Thread David Winsemius
On Jan 18, 2014, at 7:33 PM, F. Keshavarz wrote: > Hi > > 1-I cannot find a way to add a topic in the discussion board. Rhelp is NOT a discussion board. It is a mailing list to which you have emailed a question. You should use an informative subject line. > 2-I have written and tested the sc

Re: [R] how to replace values

2014-01-19 Thread Kehl Dániel
Dear Kinsly, try http://bit.ly/1mhXOfH Although values are usually missing for some good reason. Changing them to 0 might be very dangerous, R is going to think that ID3, 6 and 8 are all newborn babies! best daniel Feladó: r-help-boun...@r-project.org [

[R] how to replace values

2014-01-19 Thread kingsly
Dear R community   I have a large data set contain some empty cells. Because of that,  may be I am wrong, values are produced. Now I want replace both empty and values with zero.   Elder1 <- data.frame(   ID=c("ID1","ID2","ID3","ID6","ID8"),   age=c(38,35,"",NA,NA)) Output I am expecting Â

Re: [R] subset every 5th row

2014-01-19 Thread arun
Hi Veepsirtt, May be this helps: dat1 <- structure(list(V2 = c(11109.75, 11135.15, 11105.85, 11099.75, 11055.55, 11063.45, 11045.65, 11065, 11061.2, 11070.25, 11069.3, 11076, 11081.85, 11086.4, 11086.7, 11065.6, 11071.25, 11073.15, 11077.8, 11067.7, 11061.1, 11065.9, 11069.1, 11063.3, 11070.45,

Re: [R] Non-ACSII characters in R on Windows

2014-01-19 Thread Duncan Murdoch
On 13-09-17 9:01 AM, Duncan Murdoch wrote: On 13-09-17 8:15 AM, Milan Bouchet-Valat wrote: Le lundi 16 septembre 2013 à 20:04 +0400, Maxim Linchits a écrit : Here is that old post: http://r.789695.n4.nabble.com/read-csv-and-FileEncoding-in-Windows-version-of-R-2-13-0-td3567177.html A taste: "A

[R] Discussion board

2014-01-19 Thread F. Keshavarz
Hi 1-I cannot find a way to add a topic in the discussion board. 2-I have written and tested the script gemonitor.R in RGUI and it works fine; however when I run the source("http://spark-public.s3.amazonaws.com/compdata/scripts/getmonitor-test.R";) getmonitor.testscript() I get the following err

Re: [R] remove axes on barp from plotrix

2014-01-19 Thread Chrisee
Thanks, Jim! Well, I just don't know how I didn't see / get that. :-) Thank you very much. -- View this message in context: http://r.789695.n4.nabble.com/remove-axes-on-barp-from-plotrix-tp4683808p4683824.html Sent from the R help mailing list archive at Nabble.com. ___

Re: [R] remove axes on barp from plotrix

2014-01-19 Thread Jim Lemon
On 01/19/2014 07:48 AM, Chrisee wrote: Hello guys, I'm using the barp function from the plotrix package, which works really really great. Unfortunately, I need a finer spacing of the labels on the y - axis. Is there any way to control this? Looking at the documentation of barp, it seems to be do