Skip to contents

Gets EPS shrinkage metrics from .shk file

Usage

get_eps_shrinkage(path)

Arguments

path

path to model file, model output directory, shk file or metadata json file, or a hyperion_nonmem_model object

Value

data.frame of EPS shrinkage metrics

Examples

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