create_results#

pharmpy.tools.create_results(path, **kwargs)[source]#

Create/recalculate results object given path to run directory

Parameters:
  • path (str, Path) – Path to run directory

  • kwargs – Arguments to pass to tool specific create results function

Returns:

Results – Results object for tool

Examples

>>> from pharmpy.tools import create_results
>>> res = create_results("frem_dir1")   

See also

read_results