ggbiplot icon indicating copy to clipboard operation
ggbiplot copied to clipboard

accept results from qmethod::qmethod as pcobj

Open maxheld83 opened this issue 10 years ago • 0 comments

qmethod is a CRAN package that does Q methodology, which is basically a factor analysis with the data table turned sideways, so that there are people-variables and item-cases (weird, I know).

qmethod essentially wraps psych::principal (plus some bells and whistles), so it should be possible to extract a pcobj from it so it can be used as an input to ggbiplot() (which is great).

This duplicates much, though not all, of #17

maxheld83 avatar Jul 17 '15 19:07 maxheld83