qdc(dataset, nfactors, zsc, sed)
qzscores
.qfcharact
.qfcharact
) between factor z-scores being larger than the standard error of differences for a given pair of factors.Differences that are significant at a p-value < .05 are indicated by '*'
, and differences significant at a p-value < .01 are indicated by '**'
.
Returns a single data frame with the differences in z-scores between each pair of factors and the variable dist.and.cons
, indicating whether each statement is distinguishing or consensus and for which factor(s) it is distinguishing. These are the possible categories in the dist.and.cons
variable:
"Distinguishes all"
."Distinguishes f*"
."Consensus"
.""
(empty) are not distinguishing for any of the factors in particularly. They distinguish one or more pairs of factors and the star indications may be inspected to understand their role.See further references on the methodology in qmethod-package
.
data(lipset)
results <- qmethod(lipset[[1]], nfactors=3, rotation="varimax")
sed <- as.data.frame(results[[7]][[3]])
zsc <- results[[5]]
qdc(lipset[[1]], nfactors=3, zsc=zsc, sed=sed)
Run the code above in your browser using DataLab