Displaying 2 results from an estimated 2 matches for "killerkarthick".
2012 Oct 03
7
How to add a new row in to an existing data set in R Language?
Hi...
I have one 2 data set with 3 variables and 4 observations. I want to combine
the two data sets. I tried with merge but it gives only the common values. I
need common values and and remaining values also. Please help me?
this is my data set
dataset:1
name va1 va2
AA 10 100
BB 20 200
CC 30 300
DD 40 400
dataset:2
name va1 va2
AA 36 444
BB 10 111
CC 20 222
DD NA 333
Please reply
2012 Oct 18
2
How to import data from text file using scan() Function?
Hi....
I have one text file which containing 4 variables with 10 observations.
I would like to import with scan() function. Please give some
suggestion............
Thanks...
Mydata set is.
id name sex age
111 HELEN f 22
112 DONNA f 22
113 ERIC m 21
114 LINDA f 23
115 AXEL m 27
116 Madhuri f 32
117 Tarun m 39
118 Aashirya f 23
119 Nachik m 24
120 Leena f 32
--
View this message in context: