Thank you!
Am 26.09.2012 13:31, schrieb Jim Lemon [via R]:
> On 09/26/2012 08:53 PM, Tagmarie wrote:
>
> > Hello,
> > I tried for about three hours now to solve this problem but I can't
> figure
> > it out. I am sure someone knows how do it. At least I hope so.
> >
> > I have a data frame somewha
acter(Temp))})
myframe2[,list(meanHunger=mean(Hunger),meanTemp=mean(Temp)),list(ID,Timestamp)]
# ID Timestamp meanHunger meanTemp
#1: Ernie 24.09.2012 09:00 3 27.5
#2: Bert 24.09.2012 10:00 2 27.0
#3: Bert 25.09.2012 10:00 2 28.0
A.K.
- Or
Hello,
Why do you have Hunger and Temp recorded as characters? Between double
quotes?
myframe <- data.frame (ID=c("Ernie", "Ernie", "Bert", "Bert"),
Timestamp=c("24.09.2012 09:00", "24.09.2012 09:00", "24.09.2012 10:00",
"25.09.2012 10:00"), Hunger=c("1","5","2","2"), Temp=c("25","30","27","2
On 09/26/2012 08:53 PM, Tagmarie wrote:
Hello,
I tried for about three hours now to solve this problem but I can't figure
it out. I am sure someone knows how do it. At least I hope so.
I have a data frame somewhat like this:
myframe<- data.frame (ID=c("Ernie", "Ernie", "Bert", "Bert"),
Timestam
Hello,
I tried for about three hours now to solve this problem but I can't figure
it out. I am sure someone knows how do it. At least I hope so.
I have a data frame somewhat like this:
myframe <- data.frame (ID=c("Ernie", "Ernie", "Bert", "Bert"),
Timestamp=c("24.09.2012 09:00", "24.09.2012 09:
5 matches
Mail list logo