Learn R Programming

PCMRS (version 0.1-5)

tenseness: Tenseness data from the Freiburg Complaint Checklist (tenseness)

Description

Data from the Freiburg Complaint Checklist. The data contain all 8 items corresponding to the scale Tenseness for 2042 participants of the standardization sample of the Freiburg Complaint Checklist.

Arguments

Format

A data frame containing data from the Freiburg Complaint Checklist with 2042 observations. All items refer to the scale Tenseness and are measured on a 5-point Likert scale where low numbers correspond to low frequencies or low intensitites of the respective complaint and vice versa.

Clammy hands

Do you have clammy hands?

Sweat attacks

Do you have sudden attacks of sweating?

Clumsiness

Do you notice that you behave clumsy?

Wavering hands

Are your hands wavering frequently, e.g. when lightning a cigarette or when holding a cup?

Restless hands

Do you notice that your hands are restless?

Restless feet

Do you notice that your feet are restless?

Twitching eyes

Do you notice unvoluntary twitching of your eyes?

Twitching mouth

Do you notice unvoluntary twitching of your mouth?

References

Tutz, Gerhard, Schauberger, Gunther and Berger, Moritz (2018): Response Styles in the Partial Credit Model, Applied Psychological Measurement, tools:::Rd_expr_doi("10.1177/0146621617748322")

Examples

Run this code
if (FALSE) {
data(tenseness)

set.seed(1860)
samples <- sample(1:nrow(tenseness), 300)
tense_small <- tenseness[samples,]

m_small <- PCMRS(tense_small, cores = 25)
m_small
plot(m_small)

persons <- person.posterior(m_small, cores = 25)
plot(jitter(persons,100))
}

Run the code above in your browser using DataLab