data_personality_traits {cellWise} | R Documentation |
The personality traits data
Description
This dataset describes personality traits of 10 persons. The variables are the 6 traits Anxiety, Agoraphobia, Arachnophobia, Adventurous, Extraversion, and Sociability.
Usage
data("data_personality_traits")
Format
The data contains a list with two elements:
X
a10
by6
matrix of values describing6
personality traits for each of the10
participants.W
a10
by6
matrix of cellwise weights. Each weight is the inverse of the length of the support of the membership function of the fuzzy number in the original data set.
Source
G. Hesamian, and Akbari, M. G. (2019), Principal component analysis based on intuitionistic fuzzy random variables, Computational and Applied Mathematics, 38(158), 1–14.
References
P.J. Rousseeuw (2022). Analyzing cellwise weighted data, ArXiv:2209.12697. (link to open access pdf)
Examples
data(data_personality_traits)
# For the examples in Rousseeuw (2022), see:
## Not run:
vignette("cellwise_weights_examples")
## End(Not run)