Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Interpretive Clustering

Build Status AppVeyor build status Codecov test coverage

This package implements the Interpretive Clustering (IC) method as described in Burr, King, and Heckmann (2020). Interpretive Clustering is a variant of construct clustering for repertory grid data. While derived from theoretical considerations based on Personal Construct Theory, the procedure itself is mathematically equivalent to a problem from graph theory called maximal cliques enumeration. Given a similarity measure, in our case the number of matching scores between two constructs, a network graph of relatedness between constructs is construed. A clique is a group of constructs which are all mutually related, given some cut-off criterion for relatedness (e.g. 6 matching scores in a grid with 7 elements). While an offline approach is also described to find the construct cliques, this software automates the process. Below you see the resulting cliques for Sylvia's sample grid. In the paper, the interpretation of the discovered cliques is discussed in detail.

example

Installation

You can install the latest official release version from CRAN

install.packages("OpenRepGrid.ic")

or the development version from GitHub

# install.packages("devtools")
devtools::install_github("markheckmann/OpenRepGrid.ic")

Then type ic() to start the shiny app.

Datasets

You can find the datasets used in our publication on Zenodo

DOI

You can’t perform that action at this time.