People think they need to make big changes to change the course of their lives. But in James Clear's book, Atomic Habits, they will discover that the smallest of changes, coupled with a good knowledge of psychology and neuroscience, can have a revolutionary effect on their lives and relationships. To understand this concept of atomic habits, we interviewed 167 people and asked them if they were able to never take their car alone again, to buy local products... We also asked them how restrictive they found this and why.
atomic_habit_clust
A data frame with 167 rows and 51 columns:
columns 1-10, do you feel able to...
columns 11-20, from 0 to 5 how restrictive...
columns 21-30, is it restrictive, yes or no...
columns 31-40, justify your answers
columns 41-50, a combination of able and restrictive
column 51, cluster variable based on MFA (20 first variables)
if (FALSE) {
# Processing time is often longer than ten seconds
# because the function uses a large language model.
library(FactoMineR)
library(NaileR)
data(atomic_habit_clust)
catdes(atomic_habit_clust, num.var = 51)
}
Run the code above in your browser using DataLab