Entering edit mode
3.3 years ago
l@ne
•
0
Hello,
I did a FAMD analysis in R with ~4,000 variables. I want to print the contributions for each variable but get_famd_var only returns the first 200 variables contained in the dataset. Is there a way to obtain all the contributions or at least the top contributions?
Thanks
Did you try
get_mfa_var()
?