make_skew_positive {vsp} | R Documentation |
Make factors columnwise skew positive
Description
Given a factor analysis like object, flip
signs so that columns of Z
and Y
are
skew positive. Note that this also causes
corresponding sign flips in B
. This
helps with interpretability of factors.
Usage
make_skew_positive(fa)
Arguments
fa |
A |
Value
A new fa_like()
object where the columns
of Z
and Y
has positive skew, that is otherwise
equivalent to the original object.
[Package vsp version 0.1.1 Index]