Description Usage Format Examples
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.
1 |
A list with three data frames:
units: Unit information, contains the following columns:
Unit name.
Subunit types:
ID = ID variable;
TI = test item;
CV = context variable.
Unit label, to be used by writeSpss.
Unit description.
Aggregate rule for unit:
SUM; MEAN.
not currently in use
subunits: Subunit information, contains the following columns:
Unit name, for which subunits are given.
Subunit name.
Subunit types:C1 = multiple choice; C2 = short answer; C3 = constructed response; T = transcript.
Subunit label, to be used by writeSpss.
Subunit descriptions.
Subunit position in test booklet (e.g., line 1).
Subunit transformation level.
Name of recoded subunit.
Label for recoded subunit, to be used when writeSpss is applied to a dataset
produced by recodeData.
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.
Value labels, to be used by writeSpss.
Value descriptions.
Labels for recoded values, to be used when writeSpss is applied to a dataset
produced by recodeData.
Descriptions for recoded values.
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.
Value labels, to be used by writeSpss.
Value descriptions.
Labels for recoded values, to be used when writeSpss is applied to a dataset
produced by recodeData.
savFiles: information for readSpss, contains the following columns:
SPSS filenames
ID variable in the respective dataset, used by mergeData
newID: information for mergeData, contains the following columns:
one of the entries should be master-id
the corresponding value; how the ID variable in the final dataset shall be named
aggrMiss: missing aggregation pattern for aggregateData
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.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.