Displaying 3 results from an estimated 3 matches for "swarowski".
Did you mean:
swarowsky
2008 Nov 18
1
reshape question
Hi,
It's probably a simple issue but I'm struggling with that. I'll use the
example shown in the help page.
head(Indometh)
wide <- reshape(Indometh, v.names="conc", idvar="Subject",
timevar="time", direction="wide")
head(wide)
reshape(wide, idvar="Subject", varying=list(2:12),
v.names="conc",
2009 Feb 13
2
second axis title orientation
Hi,
I have added a second y-axis via axis() to a plot.
Then I tried to add an y axis title.
But the axis() function seems to have no argument like ylab.
and if I add a title with title() the text is centered at the first
axis, not the second defined one.
Is there a way to add an axis-title that orientates it's position at
the last defined axis?
2008 Sep 15
3
Problems changing to number from character
Hello all,
First of all, thanks for your examples to calculate the mode value. But now my problem is the next:
I have a?factor and I'm trying to convert it to number with as.numeric(x) but when I see the number it's different, I mean if I have:
b<-1,042
d<-as.numeric(b)
then when I show d, it appears 432 and I want to work with 1,042 because then I want to calculate the median of