score_das | R Documentation |
Scores the Dyadic Adjustment Scale (Spanier 1976) This is for the 32-item version
score_das(
df,
item_prefix = "DAS",
max_impute = 0.2,
drop_items = FALSE,
max_value = 7
)
df |
a data.frame containing the 32 DAS items to be scored |
item_prefix |
a character prefix of the items names in |
max_impute |
the proportion of missingness [0..1) or number [1..] of missing values per scale. Below this, the mean will be imputed for missing items |
drop_items |
whether to remove the item-level data from the |
max_value |
the highest value for the items anchors, used in reverse scoring. Default: 7 |
Adds five columns, DASSat
, DASCon
, DASCoh
, DASAffExp
, and DASTotal
to df
containing
the different subscaled.
Note: the default DAS scoring uses the mean of the items for the scales.
Note: the code assumes that pasting together the item_prefix
and the numbers 1:32
will yield the 32 items from the test.
Michael Hallquist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.