[PKanalix] BE Confidence Intervals plot
Plot the individual NCA parameters vs covariates.
Usage
plotBEConfidenceIntervals(
parameters = NULL,
formulations = NULL,
settings = list(),
preferences = NULL
)
Arguments
|
parameters |
vector of bioequivalence parameters to display. (by default the first 4 computed parameters are displayed). |
|
formulations |
vector of test formulations to display. (by default the first 4 test formulations are displayed). |
|
settings |
List with the following settings
|
|
preferences |
(optional) preferences for plot display, run getPlotPreferences("plotBEConfidenceIntervals") to check available displays. |
Value
-
A ggplot object if one parameter,
-
A TableGrob object if multiple plots (output of grid.arrange)
See also
Examples
initializeLixoftConnectors(software = "pkanalix")
project <- file.path(getDemoPath(), "2.case_studies/project_Theo_extravasc_SD.pkx")
loadProject(project)
runNCAEstimation()
runBioequivalenceEstimation()
plotBEConfidenceIntervals()
plotBEConfidenceIntervals(parameters = "Cmax",
settings = list(legend = T))