Results#
- class pharmpy.Results[source]#
Bases:
objectBase class for all result classes
Methods Summary
from_dict(d)Create results object from dictionary
get_and_reset_index(attr, **kwargs)Wrapper to reset index of attribute or result from method.
to_csv(path)Save results as a human readable csv file
to_dict()Convert results object to a dictionary
to_json([path, lzma])Serialize results object as json
Methods Documentation
- get_and_reset_index(attr, **kwargs)[source]#
Wrapper to reset index of attribute or result from method.
Used to facilitate importing multiindex dataframes into R