
alignByLoadings
will reverse it
so that all constructs have positive loadings on the first
principal component (see deatil section for more).
alignByLoadings(x, trim = 20, index = TRUE)
repgrid
object.10
). If NA
no trimming is done. Trimming
simply saves space when displaying the output.TRUE
.alignByLoadings
containing a list
of calculations with the following entries:Mackay, N. (1992). Identification, Reflection, and Correlation: Problems in ihe bases of repertory grid measures. International Journal of Personal Construct Psychology, 5(1), 57-75.
alignByIdeal
# reproduction of the example in the Bell (2010)
# constructs aligned by loadings on PC 1
bell2010
alignByLoadings(bell2010)
# save results
a <- alignByLoadings(bell2010)
# modify printing of resukts
print(a, digits=5)
# access results for further processing
names(a)
a$cor.before
a$loadings.before
a$reversed
a$cor.after
a$loadings.after
Run the code above in your browser using DataLab