On May 17, 2010, at 10:31 AM, someone wrote:
well, actually the script is run by crone job once in a while and id
hate to
do things manually...
The order of levels of a factor variable variable can be changed with
a call along the lines of
fac <- factor(fac, levels=c"(Monday", "Tuesday", ..... ) )
Whether that will be applicable to this problem is unclear since you
have provided such skimpy detail. (And please do not break the email
chain in the future.)
--
David Winsemius, MD
West Hartford, CT
______________________________________________
R-help@r-project.org 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.