I am running a FAMD and then a HCPC on the result, stored in res.hcpc. I am interested in getting the below values out of the "by" class
> res.hcpc$desc.ind
$para
Cluster: 1
25 30 42 88 97
0.7286901 1.4680486 1.6680311 1.7143005 1.8690026
------------------------------------------------------------------------------------------------------------------------------------
Cluster: 2
87 24 17 37 22
0.5039163 0.7346655 0.8302469 0.8302469 0.8447145
------------------------------------------------------------------------------------------------------------------------------------
Cluster: 3
19 60 92 9 13
1.425906 1.425906 1.425906 1.483826 1.483826
------------------------------------------------------------------------------------------------------------------------------------
Cluster: 4
67 5 84 49 54
1.095410 1.095410 1.136101 1.374796 1.374796
$dist
Cluster: 1
39 53 97 88 51
6.213347 5.387726 5.345137 5.253111 5.221998
------------------------------------------------------------------------------------------------------------------------------------
Cluster: 2
21 57 12 24 43
5.688167 5.688167 5.688167 5.213512 5.110376
------------------------------------------------------------------------------------------------------------------------------------
Cluster: 3
8 86 19 60 92
6.105403 6.035527 5.823159 5.823159 5.823159
------------------------------------------------------------------------------------------------------------------------------------
Cluster: 4
65 7 31 70 35
5.885309 5.885309 5.724629 5.724629 5.573382
into a usable data.frame e,g.
..