ddi_exPostEvaluation {rddi} | R Documentation |
exPostEvaluation and its child nodes
Description
Post Evaluation Procedures describes evaluation procedures not addressed in data evaluation processes. These may include issues such as timing of the study, sequencing issues, cost/budget issues, relevance, institutional or legal arrangements etc. of the study. More information on these elements, especially their allowed attributes, can be found in the references.
Usage
ddi_exPostEvaluation(...)
ddi_evaluationProcess(...)
ddi_evaluator(...)
ddi_outcomes(...)
Arguments
... |
Child nodes or attributes. |
Details
Parent nodes
exPostEvaluation
is contained in stdyInfo
.
exPostEvaluation specific child nodes
-
ddi_evaluationProcess()
describes the evaluation process followed. -
ddi_evaluator()
identifies persons or organizations involved in the evaluation. -
ddi_outcomes()
describes the outcomes of the evaluation.
Value
A ddi_node object.
References
exPostEvaluation documentation
evaluationProcess documentation
Examples
ddi_exPostEvaluation()
# Functions that need to be wrapped in ddi_exPostEvaluation()
ddi_evaluationProcess("This dataset was evaluated using the following methods...")
ddi_evaluator(affiliation = "United Nations",
abbr = "UNSD",
role = "consultant",
"United Nations Statistical Division")
ddi_outcomes("The following steps were highly effective in increasing response
rates, and should be repeated in the next collection cycle...")