What is the reason, that the levels of the factor
returned by cut() are not marked as ordered levels?

> is.ordered( cut( breaks=3, sample(10 ) ) )
FALSE

> help(factor)
    ...
    If 'ordered' is 'TRUE', the factor levels are assumed to be ordered.
    ...

Wolfram

______________________________________________
[email protected] 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