[R] quantile() and "factors not allowed"

Steve null at ittibitti.org
Wed Sep 29 02:56:09 CEST 2010


A list (t) that I'm trying to pass to quantile() is causing this error:

Error in  quantile.default(t, probs = c(0.9, 9.95, 0.99))
  factors are not allowed

I've successfully use lists before, and am having difficulty finding my
mistake.  Any suggestions appreciated!

-Steve



More information about the R-help mailing list