ddi_method {rddi}R Documentation

method and its child nodes

Description

This section describes the methodology and processing involved in a data collection. More information on these elements, especially their allowed attributes, can be found in the references.

Usage

ddi_method(...)

ddi_dataProcessing(...)

ddi_stdyClas(...)

Arguments

...

Child nodes or attributes.

Details

Parent nodes

method is contained in stdyDscr.

method specific child nodes

Value

A ddi_node object.

Shared and complex child nodes

References

method documentation

dataProcessing documentation

stdyClas documentation

Examples

ddi_method()

# Functions that need to be wrapped in ddi_method()

ddi_dataProcessing(type = "topcoding",
                   "The income variables in this study (RESP_INC, HHD_INC, and 
                   SS_INC) were topcoded to protect confidentiality.")

ddi_stdyClas("ICPSR Class II")


[Package rddi version 0.1.1 Index]