get_outliers_table: Get outliers table.

View source: R/qa_get_outliers_table.R

get_outliers_tableR Documentation

Get outliers table.

Description

Get outliers table.

Usage

get_outliers_table(simeval_directory, cdd.data, skip = NULL, quiet = F)

Arguments

simeval_directory

Simeval run directory. Will search for the files raw_all_iofv.csv

cdd.data

a data frame of all id numbers and dOFV values for each id from the cdd run.

skip

A character vector with names of the skipped parts in the qa run. Will check if "simeval" is one of the vector elements. By default skip=NULL.

quiet

A logical indicating whether function should not write the warning message if some file not found. By default quiet=FALSE.

Value

A list of 5 arguments. simeval_files_exist - a logical indicating whether needed files exist in the input directory. outliers_table - A data frame of all outlying individuals. Max 10 rows. max_outlier_table - A data frame of one most outlying individual. Will be used for summary table. outlier_ids - A numeric vector with all outlying individual ID numbers. fig_height_outl - A numeric for idividual plots hight.


UUPharmacometrics/pmutils documentation built on July 4, 2023, 1:15 a.m.