MonolixSuite in R
Breadcrumbs

deleteNCARatio

[PKanalix] Delete an NCA ratio.

[PKanalix] Delete an NCA ratio.

Usage

R
deleteNCARatio(name)

Arguments

name (character) Name of the parameter defined as ratio of existing NCA parameters.

See also

createNCARatio, getNCARatios

Examples

R
initializeLixoftConnectors("pkanalix")
loadProject(file.path(getDemoPath(), "1.basic_examples", "project_accumulationRatio.pkx"))
deleteNCARatio(name = "accumulationRatio")
getNCARatios()
#> named list()