R package to analyse Q methodology data
Would you like to send the author an enquiry about Q methodology? Read this first.qmethod
is under continued development, and fixes or additions are released on GitHub and published on CRAN.
To join development, please consider our guidelines.
You are invited to beta-test new features. To do so:
devtools
package, you can install such a feature branch or forked version directly from GitHub, using the appropriate repo
(or pull
) and ref
(branch, commit or tag).
(To learn how to install R, read the cookbook).
For example, to install Max’s current fork, including additional plots, manual rotation etc from PR 97 you would run: install.packages("devtools") # if you don't have it yet
library(devtools)
install_github(repo = "maxheld83/qmethod", ref = "master")
library(qmethod)
qmethod
.Please note:
To return to your previous, “safe” version of qmethod
from CRAN, run:
remove.packages("qmethod")
install.packages("qmethod")
library("qmethod")