createNumCheck {eatGADS} | R Documentation |
Create data.frame for specification of numerical plausibility checks.
Description
All numerical variables without value labels in a GADSdat
are selected and a data.frame
is created, which allows the specification
of minima and maxima.
Usage
createNumCheck(GADSdat)
Arguments
GADSdat |
A |
Details
This function is currently under development.
Value
A data.frame with the following variables:
variable |
All numerical variables in the |
varLabel |
Corresponding variable labels |
min |
Minimum value for the specific variable. |
max |
Maximum value for the specific variable. |
value_new |
Which value should be inserted if values exceed the specified range? |
Examples
# tbd
[Package eatGADS version 1.1.0 Index]