MonolixSuite in R
Breadcrumbs

getDataSettings

[PKanalix] Get the data settings associated to the non compartmental analysis

Get the data settings associated to the non compartmental analysis. Associated settings are:

"urinevolume"

(character)

regressor name used as urine volume.

"datatype"

(list)

list("obsId" = character("plasma" or "urine")). The type of data associated with each obsId: observation ID from data set.

"units"

(list)

list with the units associated to "dose", "time", "volume" and "grading".

"scalings"

(list)

list with the scaling factor associated to "concentration", "dose", "time" and "urinevolume".

"enableunits"

(logical)

Usage

R
getDataSettings(...)

Arguments

... [optional] (character) Name of the settings whose value should be displayed. If no argument is provided, all the settings are returned.

Value

A list with each setting name mapped to its current value.

See also

setNCASettings

Examples

R
if (FALSE) {
getDataSettings() # retrieve a list of all the NCA methodology settings
getDataSettings("urinevolume") # retrieve a list containing only the value of the settings whose name has been passed in argument
}