ddi_cohort {rddi} | R Documentation |
cohort and its child nodes
Description
The element cohort is used when the nCube contains a limited number of categories from a particular variable, as opposed to the full range of categories. The attribute "catRef" is an IDREF to the actual category being used. The attribute "value" indicates the actual value attached to the category that is being used. More information on these elements, especially their allowed attributes, can be found in the references.
Usage
ddi_cohort(...)
Arguments
... |
Child nodes or attributes. |
Details
Parent nodes
cohort
is contained in dmns
.
Value
A ddi_node object.
Shared and complex child nodes
References
Examples
ddi_cohort(catRef = "CV24_1", value = "1")
[Package rddi version 0.1.1 Index]