Displaying 1 result from an estimated 1 matches for "qfcut".
Did you mean:
cut
1999 Nov 10
2
R.bug.report (PR#315)
...hose
working so selflessly on the development of R for us all to use it
freely (and it is such a joy to use!)
Rashid Nassar
== Possible bug:
1.
boxplot()
This is an old behavior that I had reported before, but as it is still
there, it may not ba a bug (although it looks like one to me). "qfcut"
is numeric, "st" is a factor:
> plot(qfcut~st) # works
> plot(st,qfcut) # works
> boxplot(qfcut~st) # works
> boxplot(st,qfcut) # doesn't work
Error: "range" not meaningful for factors
== The following are minor typos, etc. in help screens,...