search for: fviz_mfa_var

Displaying 2 results from an estimated 2 matches for "fviz_mfa_var".

2023 Feb 21
1
MFA variables graph, filtered by separate.analyses
...not all analyses types. For example, it would be good to see only origin, odor, and odor.after.shaking on the graph. By default, it doesn't seem possible to include both qualitative and qualitative data in the correlation graph, or to filter by res.mfa$separate.analyses. I am using the code: fviz_mfa_var(res.mfa, choice=c("quanti.var","group","quali.var"), palette = "jco", col.var.sup = "violet", repel = TRUE) I have tried using select.ind with no change. This just produces the same graph as above: fviz_mfa_var(res.mfa, choice=c("...
2023 Feb 21
1
MFA variables graph, filtered by separate.analyses
...it would be good to see only origin, odor, and > odor.after.shaking on the graph. > > By default, it doesn't seem possible to include both qualitative and > qualitative data in the correlation graph, or to filter by > res.mfa$separate.analyses. > > I am using the code: > fviz_mfa_var(res.mfa, choice=c("quanti.var","group","quali.var"), > palette = "jco", > col.var.sup = "violet", repel = TRUE) > > I have tried using select.ind with no change. This just produces the > same graph as above: > fviz_mfa...