vqv / ggbiplot

A biplot based on ggplot2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

accept results from qmethod::qmethod as pcobj

maxheld83 opened this issue · 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