powered by
Returns 1 if each element in the vector is unique, and 0 otherwise.
facfun(vec)
1 if each element in the vector is unique, and 0 otherwise.
Input vector.
Mengtong Li
facfun(c("Openness", "Neuroticism", "Agreeableness")) facfun(c("Openness", "Openness", "Agreeableness"))
Run the code above in your browser using DataLab