codebook_survey_overview {codebook} | R Documentation |
Codebook survey overview
Description
An overview of the number of rows and groups, and of the durations participants needed to respond (if those data are available).
Usage
codebook_survey_overview(results, survey_repetition = "single", indent = "##")
Arguments
results |
a data frame which has all the following columns: session, created, modified, expired, ended |
survey_repetition |
defaults to single (other values: repeated_once, repeated_many). controls whether internal consistency, retest reliability or multilevel reliability is computed |
indent |
add # to this to make the headings in the components lower-level. defaults to beginning at h2 |
Examples
## Not run:
data("bfi")
codebook_survey_overview(bfi)
## End(Not run)
[Package codebook version 0.9.2 Index]