results: (ModelfitResults) ModelfitResults for the model
cutoff: (numeric) Cutoff threshold for a residual signaling an outlier
Returns
(data.frame) Dataframe over the individuals with a residual column containing the raw predicted residuals and a outlier column with a boolean to tell whether the individual is an outlier or not.
Examples
## Not run:model <- load_example_model("pheno")results <- load_example_modelfit_results("pheno")predict_outliers(model, results)## End(Not run)