runInterface {qmethod}R Documentation

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()

Details

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

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

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

Note

This GUI has limited functionality in comparison to that through the command-line. For full functionality (such as specifying non-forced analysis, manual flagging, and much more), use the command-line directly in the R console. See, for example, a tutorial for manual manipulation of Q-sort loadings and/or manual flagging.

To run this same analysis directly in R, see the code generated in the GUI in Run the analysis directly in R.

Examples

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

[Package qmethod version 1.8.4 Index]