qmethod (version 1.8)

runInterface: Q methodology: Graphical User Interface (GUI)

Description

Launch an interactive interface to run Q methodology analysis using the basic features. The interface is also [available online](https://azabala.shinyapps.io/qmethod-gui/).

Usage

runInterface()

Arguments

Details

This GUI allows the user to conduct a full Q methodology analysis, choosing:

  • either PCA or centroid extraction method

  • varimax or no rotation method (for PCA and centroid) and other uncommon rotation methods (for PCA)

  • selecting from 2 to 7 factors/components.

The GUI conducts analysis with forced distribution and automatic flagging. See Note.

The GUI shows the full results from the analysis, and also:

  • Plot of z-scores

  • Automatically flagged Q-sorts

  • Information to explore how many factors to extract (including a screeplot)

  • Plot of z-scores

Examples

Run this code
## Only run this example in interactive R sessions
if (interactive()) {
  runInterface()
}

Run the code above in your browser using DataCamp Workspace