vqv / ggbiplot

A biplot based on ggplot2
302 stars 158 forks source link

accept results from qmethod::qmethod as pcobj #18

Open maxheld83 opened 9 years ago

maxheld83 commented 9 years ago

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