list_Covariates {Certara.RDarwin} | R Documentation |
List Covariates in the currrent PML set
Description
This function lists the names of covariates in a given set of PMLParametersSets.
Usage
list_Covariates(PMLParametersSets, IncludeAll = FALSE, IncludeCustom = TRUE)
Arguments
PMLParametersSets |
A list of PML parameters sets ( |
IncludeAll |
Logical. Should the names of covariates with |
IncludeCustom |
Logical. Should the names of |
Value
A character vector containing the names of covariates.
See Also
add_Covariate()
remove_Covariate()
Covariate()
Examples
PMLParametersSets <- get_PMLParametersSets()
PMLParametersSets <- add_Covariate(PMLParametersSets,
Name = "WT")
list_Covariates(PMLParametersSets)
[Package Certara.RDarwin version 1.1.1 Index]