Predict influential individuals for a model using a machine learning model.
predict_influential_individuals(model, results, cutoff = 3.84)
(data.frame) Dataframe over the individuals with a dofv
column containing the raw predicted delta-OFV and an influential
column with a boolean to tell whether the individual is influential or not.
(Model) Pharmpy model
(ModelfitResults) Results for model
(numeric) Cutoff threshold for a dofv signalling an influential individual
predict_influential_outliers
predict_outliers