Hi
>
> Here's an example of relevel used to relevel and combine groups
>
> InsectSprays2<-InsectSprays
> levels(InsectSprays2$spray)
>
levels(InsectSprays2$spray)<-list(new1=c("A","C"),YEPS=c("B","D","E"),LASTLY="F")
> levels(InsectSprays2$spray)
> InsectSprays2
>
> So for you try...
> leve
Here's an example of relevel used to relevel and combine groups
InsectSprays2<-InsectSprays
levels(InsectSprays2$spray)
levels(InsectSprays2$spray)<-list(new1=c("A","C"),YEPS=c("B","D","E"),LASTLY="F")
levels(InsectSprays2$spray)
InsectSprays2
So for you try...
levels (Data1$Site) <- list(F
2 matches
Mail list logo