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
-
ddi_dataProcessing()
describes various data processing procedures not captured elsewhere in the documentation, such as topcoding, recoding, suppression, tabulation, etc. The "type" attribute supports better classification of this activity, including the optional use of a controlled vocabulary. -
ddi_stdyClas()
is generally used to give the data archive's class or study status number, which indicates the processing status of the study. May also be used as a text field to describe processing status. This element may be repeated to support multiple language expressions of the content.
Value
A ddi_node object.
Shared and complex child nodes
References
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")