inputMinimal | R Documentation |
inputDat
These data frames contain information about codes, subunits and units for the
datasets in inputDat
and are necessary inputs for e.g.
automateDataPreparation
, checkData
,
recodeData
, aggregateData
and scoreData
.
data(inputList)
A list with several data frames:
units: Unit information, contains the following columns:
Unit name.
Aggregate rule for unit:
SUM
; MEAN
.
subunits: Subunit information, contains the following columns:
Unit name, for which subunits are given.
Subunit name.
Name of recoded subunit.
values: Value information, contains the following columns:
Subunit name, for which values are given.
Valid values for the respective subunit.
Recode values for the respective value.
Value types:
vc
= valid code;
mbd
= missing – by design;
mvi
= missing – volume insufficient;
mnr
= missing – not reached;
mci
= missing – coding impossible;
mbi
= missing – by intention.
unitRecodings: Unit recoding information, contains the following columns:
Unit name
Valid values for the respective unit.
Recode values for the respective value.
Value types:
vc
= valid code;
mbd
= missing – by design;
mvi
= missing – volume insufficient;
mnr
= missing – not reached;
mci
= missing – coding impossible;
mbi
= missing – by intention.
blocks: missing aggregation pattern for aggregateData
Subunit name.
Block name.
The subunit's position in the corresponding block.
booklets: Design
Booklet name.
Block names in booklet.
rotation: Assignment of IDs to booklets
Case identifier.
Booklet name.
data(inputMinimal)
str(inputMinimal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.