0

I am working with the Gifi package to conduct a catPCA on a dataset with the function princals(). My problem is that I can't visualize the individuals on the base of the components (intented for clustering). I wonder if there's any way to convert the class this object has to a more workable visualizable class? Coercing it with as() doesn't do the trick.

joost
  • 1
  • 1
    Would you try `unclass` function and see what it returns ? – Dohamed Desouky Jun 02 '22 at 16:56
  • It's easier to help you if you provide a [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) with sample input and desired output that can be used to test and verify possible solutions. What exactly do you want the visualization to look like? – MrFlick Jun 02 '22 at 17:16
  • Please provide enough code so others can better understand or reproduce the problem. – Community Jun 03 '22 at 04:01

0 Answers0