voiClusters | R Documentation |
This automates a set of procedures for finding clusters of items that relate in similar ways to a variable of interest.
This should produce a set of factors that relates somewhat independently to the variable of interest
voiClusters(x, rvoi, threshold = 0.15, nk = 6, cname = "c", weight = "unit")
x |
item set to be associated with the VOI. It is suggested that items are placed on a [-1,1] range
pprior to analysis to decrease the variability in cluster scores produced by missing values
(this can be done using the |
rvoi |
items' correlation with the 'variable of interest' (these can be partial correlations) |
threshold |
minimum correlation to be included in the 'set of relevant items' |
nk |
the number of clusters you ultimately wish to extract |
cname |
name of the cluster (defaults to 'c') |
weight |
should items receive unit-weight in clusters (after clearing threshold), or should they be weighted by level of association with the VOI? |
cluster scores, cluster membership, and full dendrogram
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.