Hey folks - trying to iterate through the quantile object and use the keys
as numeric values, so like:

for a, b in percentiles.iteritems():
    print a, b

The key, a, is a string, '5%', etc, but I'd like to use the numeric
representation (.5). Is there a way of cleanly doing that w/o manipulating
the key as a string?

Thanks.


-- 
Wells Oliver
wellsoli...@gmail.com
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to