Skip to content
Prev 274655 / 398506 Next

Extracting results from a function output

Assuming I'm reading your post correctly -- fit is the output object
and the lines following >fit are the console output, which implicitly
calls print -- it looks like the median isn't stored in fit but is
calculated on the fly in the print call. But this doesn't seem
consistent with your claim that:

"Print" function does not reveal them either.

Could you perhaps clarify your statement about print(fit)?

Cheers from Princeton!

Michael Weylandt
On Mon, Oct 17, 2011 at 11:13 AM, Cem Girit <girit at biopticon.com> wrote: