ddi_catgry {rddi}R Documentation

catgry, catgryGrp and their child nodes

Description

catgry is a description of a particular categorical response. ddi_catgryGrp() groups the responses together. More information on these elements, especially their allowed attributes, can be found in the references.

Usage

ddi_catgry(...)

ddi_catgryGrp(...)

ddi_catStat(...)

ddi_catValu(...)

Arguments

...

Child nodes or attributes.

Details

Parent nodes

catgry and catgryGrp is contained in var.

catgry and catgryGrp specific child nodes

catgry specific child nodes

Value

A ddi_node object.

Shared and complex child nodes

References

catgry documentation

catgryGrp documentation

catStat documentation

catValu documentation

Examples

ddi_catgry(missing = "Y", missType = "inap")
ddi_catgryGrp(missing = "N")

# Functions that need to be wrapped in ddi_catgry() or ddi_catgryGrp()

ddi_catStat(type = "freq", "256")

# Functions that need to be wrapped in ddi_catgry()

ddi_catValu("9")


[Package rddi version 0.1.1 Index]