Usage
nca.pde.deviation.outlier(obsdata, simdata, idNm = "ID", id = NULL,
spread = "npi", figlbl = NULL, calcparam = c("AUClast", "Cmax"),
diagparam = c("AUClast", "Cmax"), cunit = "[M].[L]^-3", tunit = "[T]",
noPlot = FALSE)Arguments
obsdata
A data frame containing the NCA metrics values estimated from
the observed data
simdata
A data frame containing the NCA metrics values estimated from
the simulated data
idNm
Column name for ID ("ID")
id
ID of the individual whose data is being evaluated
spread
Measure of the spread of simulated data (ppi (95% parametric
prediction interval) or npi (95% nonparametric prediction interval))
("npi")
figlbl
Figure label based on dose identifier and/or population
stratifier, in addition to ID (NULL)
calcparam
A character array of the NCA metrics used for calculations
of PDE and deviation. The allowed NCA metrics for this histograms are
"AUClast", "AUClower_upper", "AUCINF_obs", "AUCINF_pred", "AUMClast",
"Cmax", "Tmax" and "HL_Lambda_z". (c("AUClast",
diagparam
A character array of the NCA metrics used for diagnostic
test. The allowed NCA metrics for this histograms are "AUClast",
"AUClower_upper", "AUCINF_obs", "AUCINF_pred", "AUMClast", "Cmax", "Tmax"
and "HL_Lambda_z". (c("AUClast", "Cmax"))
cunit
Unit for concentration ("[M].[L]^-3")
tunit
Unit for time ("[T]")
noPlot
Perform only NCA calculations without any plot generation
(TRUE, FALSE) (FALSE)