I would like to export the coordinates of my variables in the biplot that the PCA analysis produces.
I've opened up the PCA Macro and explored the R code to try to figure out a way to export my coordinates but I'm having trouble. I've been searching how to do this with the prcomp package Alteryx uses but I'm coming up short with the right syntax.
I see the R Tool in the macro has outputs 4 and 5 free. Does anyone have any idea what piece of code I need to add to get the coordinates to export to one of those outputs? Seems like all the work is already done inside the R tool and just an export is needed. I figure after that's straightened out all I need is to add a macro output to the end.
Thanks!