Open cadlaon opened 2 weeks ago
Hi, you should be able to extract the info you are looking for with a bit of work.
The info should be stored in the private ATTgt attribute _result_dict
. May be mistaking on which attribute it is since I have not worked on this codebase in a while.
The number of observations should be directly retrievable from within _result_dict
. The mean you may need to calculate with the information you will find in that attribute.
Maybe at some point I will expose the information for easier retirval.
I wasn't sure if this was available in the documentation, but is this possible with the current package?