qfcharact | R Documentation |
Calculates the general factor characteristics: number of flagged Q-sorts, composite reliability, standard errors of factor scores, and comparisons between factors.
qfcharact(loa, flagged, zsc, nfactors, av_rel_coef = 0.8)
loa |
matrix or data frame of as many rows as Q-sorts ( |
flagged |
matrix or data frame of type logical, indicating which Q-sorts are flagged for each factor. Provided manually or automatically using |
zsc |
a data frame with the z-scores for statements, calculated using |
nfactors |
number of factors extracted. |
av_rel_coef |
average reliability coefficient (the individual variability of a respondent), set by default as 0.8. |
Returns a list with three objects:
characteristics |
data frame with the following values for each factor:
|
cor_zsc |
matrix of correlation coefficients between factors z-scores. |
sd_dif |
matrix of standard errors of differences (SED). |
This is a function used within qzscores
. Rarely to be used independently.
Aiora Zabala
Brown, S. R., 1980 Political subjectivity: Applications of Q methodology in political science, New Haven, CT: Yale University Press.
See further references on the methodology in qmethod-package
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.