create_results#

pharmpy.modeling.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.modeling import *
>>> res = create_results("frem_dir1")   

See also

read_results