Results#
- class pharmpy.workflows.Results(__version__='1.11.0')[source]#
Bases:
ImmutableBase class for all result classes
Methods Summary
from_dict(d)Create results object from dictionary
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