Displaying 8 results from an estimated 8 matches for "subhabratap".
Did you mean:
subhabrata
2005 Dec 07
1
ploting the two sets of data side by side
...0 4 3 0 0
> table(b)
b
(0,5] (5,10] (10,20] (20,25] (25,30]
0 3 5 3 0
Now if I want to a single graph with both sets of data side by side for same range.
Can some one help me regarding the above problem.
With Regards
Subhabrata Pal
subhabratapal@sraindia.com
[[alternative HTML version deleted]]
2006 Feb 13
2
R-help, specifying the places to decimal
Hello - R-experts,
Is there any way with which we can specify the number after
decimal point to take. Like I have a situation where
the values are comming 0.160325923 but I only want
4 place to decimal say 0.1603. Is there any way for that.
I am no expert in R- and this may sound simple to many.sorry
Thanks for any help.
With Regards
Subhabrata
2005 Dec 09
3
R-how to group the data
Hello R - users,
This may sound simple to may people:
I have a list of data as follows
type value
y 7
y 7
y 8
y 8
y 8
y 9
y 9
y 9
y 9
y 10
y 10
y 10
y 10
y 11
y 11
y 12
y 12
y 14
y 14
y 14
y 15
y 17
y 20
y 20
y 20
y 20
y 25
2005 Dec 24
2
grouping data
Hello R-users/experts,
I am new to R-
I have a simple question:
Let say I have a data set as follows
temp:[file attached]
the data structure is a follows:
sex age
female 28
female 53
female 53
female 36
male 42
male 29
male 43
male 36
male 41
Here we are grouping all male value into male and all female value in to
female
2005 Dec 26
1
grouping-R-help
Hello R-experts,
I have a set of data as follows:
age time
1 28 1
2 53 2
3 53 3
4 36 4
5 54 4
6 46 4
7 45 5
8 31 6
9 53 7
10 35 7
11 62 8
12 19 8
13 43 2
14 51 3
15 45 0
16 48 2
17 49 3
18 57 2
19 45 3
20 27 10
21 33 12
22 29 14
23 46 16
24 45 19
25 43 2
26 28 6
27 50 7
28 28 4
2006 Feb 10
2
Controling the x or y limit
Hello - R-experts,
This may sound simple to many ---
We can specify the x limit by saying xlim = c(0, 20) for example.
Then the graph will show the range of x -axis between 0 - 20.
But the coordinate gap will be automatic like 0 then 5 then 15 and 20.
Is there any way by which we can set it in a gap of 2 or any number.
Thank you for any help.
With Regards
Subhabrata
[[alternative HTML
2006 Feb 16
1
R-help - Problem in drawing braplot with a huge value of data
Hello R-experts,
I am facing a strange problem while creating a barplot. I have serise of
data of which the first
on is around 162589 while the remaining data are around 0-150. so when I am
ploting the barplot
with all the data I am getting a single line -> test1.jpg.
But If I remove the 1st value i.e 162589 then I am getting a normal
barplot -> test2.jpg
Can some one help me regarding
2005 Dec 06
2
urgent
Hello R Users,
I have two sets of values
x <- c(7, 7 , 8, 9, 15, 17, 18)
y <- c(7, 8, 9, 15, 17, 19, 20, 20, 25, 23, 22)
I am able to create multi histogram using
multhist(). But not able to control the 'xlim'.
ie the xaxis is showing 7.5, 13, 18, 23
1st on what basis it is calculated
2nd I want it to be like 7 8 9 15 17 and so on
Can any one help me
With Regards
Subhabrata