Re: [R] Getting warning message

2012-07-30 Thread arun
nCov%   60%    74%  0%    68% #5 EqVol11$MM $$8.5 $$10.6 $$0 $$19.1 A.K. - Original Message - From: arun To: namit Cc: Sent: Thursday, July 26, 2012 5:52 PM Subject: Re: [R] Getting warning message HI Namit, Have you looked into str()?  It might give more information regaring the probl

Re: [R] Getting warning message

2012-07-30 Thread namit
Hi Arun, when i'm using the logic which you mentionI'm getting error..can you please help me on this. > Z16<-str(Z16) 'data.frame': 5 obs. of 5 variables: $ Summary: chr "Accts" "AcctCov" "Cov%" "UnCov%" ... $ G : Factor w/ 5 levels "224","39","568",..: 3 1 2 4 5 $ Y : Factor

Re: [R] Getting warning message

2012-07-26 Thread namit
Hi Arun, Bymistake it kept X instead of Z16. -- View this message in context: http://r.789695.n4.nabble.com/Getting-warning-message-tp4637928p4637983.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

Re: [R] Getting warning message

2012-07-26 Thread arun
] Getting warning message Hi Friends, I  have  a data frame X, and I want to add “%” & “$” in row  4 and 5 respectively. when I’m trying using below logic, I’m getting warning message. Can anyone  help me out on this. X: Summary          G    Y    R    T Accts        582    644    0   

Re: [R] Getting warning message

2012-07-26 Thread andrija djurovic
Hi. I don't know how did you create data frame X but if you check str(X) you will see that you have one or more factors inside. Try using stringsAsFactors=FALSE options while creating data frame. Hope this helps. Andrija On Thu, Jul 26, 2012 at 3:23 PM, namit wrote: > Hi Friends, > > > I have

[R] Getting warning message

2012-07-26 Thread namit
Hi Friends, I have a data frame X, and I want to add “%” & “$” in row 4 and 5 respectively. when I’m trying using below logic, I’m getting warning message. Can anyone help me out on this. X: Summary G Y R T Accts582644 0 1226 AcctCov 230