- x
repgrid
object.
- along
Numeric. Table of sum-of-squares (SSQ) for 1=constructs,
2=elements (default).
Note that currently these calculations only make sense
for biplot representations with g=1
and h=1
respectively.
- center
Numeric. The type of centering to be performed.
0= no centering, 1= row mean centering (construct),
2= column mean centering (elements), 3= double-centering (construct and element means),
4= midpoint centering of rows (constructs).
The default is 1
(row centering).
- normalize
A numeric value indicating along what direction (rows, columns)
to normalize by standard deviations. 0 = none, 1= rows, 2 = columns
(default is 0
).
- g
Power of the singular value matrix assigned to the left singular
vectors, i.e. the constructs.
- h
Power of the singular value matrix assigned to the right singular
vectors, i.e. the elements.
- col.active
Columns (elements) that are no supplementary points, i.e. they are used
in the SVD to find principal components. default is to use all elements.
- col.passive
Columns (elements) that are supplementary points, i.e. they are NOT used
in the SVD but projected into the component space afterwards. They do not
determine the solution. Default is NA
, i.e. no elements are set
supplementary.