Skip to contents

Gets model object

Usage

read_model(path)

Arguments

path

path to mod or ctl file.

Value

hyperion_nonmem_model S3 object with model_source and run_status attributes

Examples

if (FALSE) { # \dontrun{
read_model("model/nonmem/run001.mod")
} # }