Displaying 2 results from an estimated 2 matches for "hemogregarina".
Did you mean:
hemogregarinas
2011 Jan 28
1
Problems making subsets with [] or "subset"
...evels:
1.- Infected individual
0.- Non infected
So what i'm trying to do is a subset in a model like this,
model<-aov(intensity~ageandsex*month*zone*year,subset=(prevalence=="1"))
Is a correct way?
I prefer to make the subsets with [], but doesn't work, why
> model<-aov(hemogregarinas~edadysexo*mes*zona*ano,[prevalencia=="1"])
Error: inesperado '[' en
"model<-aov(hemogregarinas~edadysexo*mes*zona*ano,["
And finally, look at this, i don't know why I get different results
> summary(hemogregarinas[prevalencia=="1"])
Min. 1st Qu....
2012 Aug 01
3
Changing labels positions in two graphics
...thought the solution could be rotate it 45? degrees, I have read it can be
done with "srt" or "rotate", but I don?t know hoe to use it.
http://r.789695.n4.nabble.com/file/n4638722/boxplot_lg_haemogregarines%7Earea%26sex.jpeg
The graphic has been generated like this.
boxplot(log(hemogregarinas+0.5)~area*sex,notch=F,col=(c("white","grey")),ylab="SVL",boxwex=0.4)
Where should i put an order to ratate those labels
I?ve got a similar problem with a pie chart , one of the pieces overlaps
with one label,here?s the order and the pie chart
pie3D(eyspen,labels = l...