Emilio- 
One possible way to do this is to create a new factor and put the levels
in the order you want them in.
 
For example:
related.differences$header2 <- factor(related.differences$header,
levels=c("spontaneous recovery", "negative reinforcer", ... etc. )
 
where you want spontaneous recovery to be the first level, negative is
the second, and so forth.
 
Cheers,
Andrea Johnson
 

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to