smacof (version 1.8-13)

Duration: Facets of the subjective duration of imagined situations

Description

The DurationRaw dataset contains the duration rating of 76 subjects on 24 situations. Subjects were asked to rate the duration on a 7 point scale (1 ... substantially shorter, 7 ... substantially longer). The Duration data file contains the corresponding correlations between the 24 situations including some information about the facets.

Usage

data(Duration) data(DurationRaw)

Arguments

Format

Data frame 24 correlations based on duration ratings: S1-S24: situation F1: pleasant (1), neutral (2), unpleasant (3) F2: variable (1), monotonous (2) F3: difficult (1), easy (2) F3: many (1), few (2) structuple: the facet structure written as a tuple

References

Borg, I., & Groenen, P. J. F. (2005). Modern Multidimensional Scaling (2nd ed.). Springer.

Examples

Run this code
ddiss <- sim2diss(Duration[,paste0("S", 1:24)])
fit <- mds(ddiss, type = "ordinal", ndim = 4)
plot(fit)

Run the code above in your browser using DataCamp Workspace