Skip to content
Snippets Groups Projects
Commit 710cc2e6 authored by Carl Corder's avatar Carl Corder
Browse files

Update transform_data_famd.r

parent 3a7b7d64
Branches master
No related tags found
No related merge requests found
......@@ -148,6 +148,9 @@ data.famd <- FAMD(data, graph = FALSE)
summary(data.famd)
# scree plot
fviz_screeplot(data.famd, addlabels = TRUE)
# contribution to Dim (red dashed line = average value)
fviz_contrib(data.famd, "var", axes = 1)
fviz_contrib(data.famd, "var", axes = 2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment