assertCompartmentName | R Documentation |
Verify that a value is a valid nlmixr2 compartment name
assertCompartmentName(x)
assertVariableName(x)
assertParameterValue(x)
assertExists(ui, x)
testExists(ui, x)
x |
The value to test |
ui |
when needed, this is the rxode2/nlmixr2 model |
The value or an error
assertVariableName()
: Verify that a value is a valid
nlmixr2 variable name
assertParameterValue()
: Verify that a value is a valid
nlmixr2 parameter value
assertExists()
: Assert compartment/variable exists
testExists()
: Test compartment/variable exists
Bill Denney
Other Assertions:
assertCompartmentExists()
,
assertCompartmentNew()
,
assertRxUi()
,
assertVariableExists()
,
assertVariableNew()
,
testIniDf()
,
testRxUnbounded()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.