>boxplot( Daten$weight~interaction(Daten$Dosis,Daten$sex, drop=TRUE))
>means<-tapply( Daten$weight, Daten$Dosis, mean)
>points(means, pch=5, col="red", lwd=5)
>
> ...only the boxplots for male got that point on them,
> its really weird because I don't thin
t.org
Cc:
Sent: Saturday, May 11, 2013 8:57 PM
Subject: [R] need means on all boxplots, but only half of them got that
I tried to draw a point on all boxplots for their means, I did:
boxplot( Daten$weight~interaction(Daten$Dosis,Daten$sex, drop=TRUE))
means<-tapply( Daten$weight, Daten$Dosis,
11, 2013 8:57 PM
Subject: [R] need means on all boxplots, but only half of them got that
I tried to draw a point on all boxplots for their means, I did:
boxplot( Daten$weight~interaction(Daten$Dosis,Daten$sex, drop=TRUE))
means<-tapply( Daten$weight, Daten$Dosis, mean)
points(means, pch=5,
I tried to draw a point on all boxplots for their means, I did:
boxplot( Daten$weight~interaction(Daten$Dosis,Daten$sex, drop=TRUE))
means<-tapply( Daten$weight, Daten$Dosis, mean)
points(means, pch=5, col="red", lwd=5)
but only the boxplots for male got that point on them, its really weird
becau
4 matches
Mail list logo