Re: [R] Bar plot

2010-02-09 Thread Sunita Patil
Hello Peter Sorry I forgot to paste the error for tittle it was as follows *Error in title(main = "Year Vs StudentsPassed") : plot.new has not been called yet* Regards Our Thoughts have the Power to Change our Destiny. Sunita Sent from Pune, MH, India On Tue, Feb 9, 2010 at 11:22 PM, Peter E

Re: [R] Need help for graphical representation

2009-11-21 Thread Sunita Patil
Hello Thanks I will surely look into it Regards Our Thoughts have the Power to Change our Destiny. Sunita On Sat, Nov 21, 2009 at 9:22 PM, Juliet Hannah wrote: > Check out examples in the lattice package and ggplot2 package. > For example let's say you plot points and confidence intervals. Th

Re: [R] Presentation of data in Graphical format

2009-11-19 Thread Sunita Patil
could check also ?xtabs or ?table and/or R graph gallery > > > http://addictedtor.free.fr/graphiques/ if you find suitable graph. > > > > > > Regards > > > Petr > > > > > > > > > > > > > > > > > Regards > &g

Re: [R] Presentation of data in Graphical format

2009-11-19 Thread Sunita Patil
Hello Sir Thanx even I will try to work out on your suggestions, will keep you updated on the progress. Thanx a lot Regards Our Thoughts have the Power to Change our Destiny. Sunita On Thu, Nov 19, 2009 at 3:50 PM, Jim Lemon wrote: > On 11/19/2009 03:13 AM, Sunita Patil wrote: > &g

Re: [R] Presentation of data in Graphical format

2009-11-18 Thread Sunita Patil
nd out? > > Maybe you should meet with a local statistical consultant to discuss > these issues in person. WARNING: you might have to pay - good advice > is not always/seldom/ever free. > > Hadley > > On Wed, Nov 18, 2009 at 9:53 AM, Sunita Patil wrote: > > Hello Sir

Re: [R] Presentation of data in Graphical format

2009-11-18 Thread Sunita Patil
Hello Sir I had given a sample of my data, As I cannot disclose whole of my data this is just a sample given 1st column: Posts (GM, Secretary, AM, Office Boy) 2nd Column: Dept (Finance, HR, ...) 3rd column: Tasks (Open the door, Fix an appointment, Fill the register, etc.) depending on the po

Re: [R] Presentation of data in Graphical format

2009-11-18 Thread Sunita Patil
t; > > E-mail: tal.gal...@gmail.com > > > Phone number: 972-52-7275845 > > > FaceBook: Tal Galili > > > My Blogs: > > > http://www.talgalili.com (Web and general, Hebrew) > > > http://www.biostatistics.co.il (Statistics, Hebrew) > > > http://

Re: [R] Presentation of data in Graphical format

2009-11-18 Thread Sunita Patil
275845 > > > FaceBook: Tal Galili > > > My Blogs: > > > http://www.talgalili.com (Web and general, Hebrew) > > > http://www.biostatistics.co.il (Statistics, Hebrew) > > > http://www.r-statistics.com/ (Statistics,R, English) > > > > > > > > >

Re: [R] Presentation of data in Graphical format

2009-11-18 Thread Sunita Patil
istics, Hebrew) > http://www.r-statistics.com/ (Statistics,R, English) > > > > > On Wed, Nov 18, 2009 at 2:47 PM, Sunita Patil wrote: > >> Thanx >> >> but I am not able to find a graph that wud suit my data >> >> Regards >> >> Our Thoughts hav

Re: [R] Presentation of data in Graphical format

2009-11-18 Thread Sunita Patil
Thanx but I am not able to find a graph that wud suit my data Regards Our Thoughts have the Power to Change our Destiny. Sunita On Sun, Nov 15, 2009 at 8:54 PM, milton ruser wrote: > Google "R graph grallery" > Google "R ggplot2" > Google "R lattice" > > and good luck > > milton > On Sun, Nov

Re: [R] Calculate Averages for time data

2009-11-03 Thread Sunita Patil
Thank you so much it did solve my purpose. Regards Our Thoughts have the Power to Change our Destiny. Sunita On Tue, Nov 3, 2009 at 9:15 PM, Gabor Grothendieck wrote: > Next time please provide sample input. > > library(chron) > > # input > ch <- c("02:24:00", "04:48:00", "07:12:00", "09:36:00

Re: [R] Standard Time Stamps

2009-10-28 Thread Sunita Patil
Hello Jim Thanx a lot. Actually since long I was trying > dts = c("1989-09-28", "2001-01-15", "2004-08-30", "1990-02-09") > dts [1] "1989-09-28" "2001-01-15" "2004-08-30" "1990-02-09" > GMT = timeDate(dts, zone = "GMT", FinCenter = "GMT") > GMT GMT [1] [1989-09-28] [2001-01-15] [2004-08-30] [199

Re: [R] Assigning variable names from one object to another object

2009-05-24 Thread Sunita Patil
Hello Duncan Thank you so much it worked. I think I was doing it in a more complicated way so I didnt get a solution Thank you very much once again Regards Sunita On Sun, May 24, 2009 at 9:59 PM, Duncan Murdoch wrote: > On 24/05/2009 12:21 PM, Sunita22 wrote: > >> Hello >> >> I have 2 datasets

Re: [R] Importing data into R and combining 2 files

2009-05-14 Thread Sunita Patil
Hello Yes I have used read.table("file name", sep="\t") for reading the text file Thank you On Thu, May 14, 2009 at 11:07 PM, jim holtman wrote: > What have you tried? Check the Intro manual for hints. > > ?read.table probably using sep='\t' > > On Thu, May 14, 2009 at 1:30 PM, Sunita22 wr