list_Observations {Certara.RDarwin} | R Documentation |
List Observations in the current PML set
Description
This function lists the names of Observations in a given PMLModels
class
instance.
Usage
list_Observations(
PMLParametersSets,
IncludeCustom = TRUE,
ObservationsOnly = TRUE
)
Arguments
PMLParametersSets |
A list of PML parameters sets ( |
IncludeCustom |
Logical. Should the names of responses ( |
ObservationsOnly |
Logical. If |
Value
A character vector containing the names of Observations
See Also
Observation()
modify_Observation()
remove_Observation()
Examples
PMLParametersSets <-
create_ModelPK(
Absorption = c("First-Order", "Gamma"),
EliminationCpt = c(TRUE, FALSE))
list_Observations(PMLParametersSets)
[Package Certara.RDarwin version 1.1.1 Index]