Displaying 6 results from an estimated 6 matches for "saileshchowdari".
Did you mean:
saileshchowdary
2012 Jul 26
5
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 1226
AcctCov 230 165 0 395
Cov% 40 26 0 32
UnCov% 60 74 0 68
EqVol11$MM8.5 10.6 0 19.1
Using this logic:
2012 Jul 28
3
Appending the Column names
Hi Freinds,
I have two data frames X,Y. I want to append both the data frames into one,
along with the columns names from both the data frames (it should look like
Z).
X:
Summary G Y R
Acc 12 12 13
Bcc 11 14 15
Ccc 13 15 16
Y:
Summary G Y R
Acc 10 11 12
Bcc
2012 Aug 01
3
Can any one help me on this Issue
Hi Friends,
I'm new to R ,I have a data frame Z16 which is genarated from another data
frame, and I want to add ?%? & ?$? in row 4 and 5 respectively. when I?m
trying using below logic, I?m getting warning message. I'm using R 2.14.2
Version
Can anyone help me out on this.
Note: Initially i used tranfrom function to do some calculations,where ever
it should give zero,its
2012 Jul 24
2
Create a Pivot
Hi Friends,
i'm new to R....I have data frame having columns X Y Z....I want to do
pivot on this data frame....can any one help me on this...
Thanks,
Namit
--
View this message in context: http://r.789695.n4.nabble.com/Create-a-Pivot-tp4637629.html
Sent from the R help mailing list archive at Nabble.com.
2012 Jul 25
3
creating Pivot
Hi Friends,
I'm new to R.I have a data frame :
xxx having columns color name values
R XXX 10
G YYY 4
Y ZZZ 5
G XXX 2
2012 Aug 08
1
Coloring specific cells
Hi ,
I have a data frame XYZ. i want to color the cells where ever we find "G" it
should be green,"Y" yellow,"R" red....etc
and i want to send it from R to ppt.can any one help me on this.
My data frame looks as below.
XYZ:
G Y R T G Y R T
AA 0 0 0 0 AA 1 1 1 1
BB 0 0 0 0