Display patterns in orthogonal spatial and target coordinates
Source:R/pattern_maps.R
rotate_patterns.RdDisplay patterns in orthogonal spatial and target coordinates
Usage
rotate_patterns(fit, spatial = "varimax", target = "varimax")
# S3 method for class 'pattern_view'
predict(object, ...)Value
A pattern_view containing L_b = A Q_b,
\(H = Q_b^T Q_t\), and L_t = C Q_t, in the fitted feature and
whitened target coordinates. Thus \(L_b H L_t^T\) reconstructs
\(A C^T\). Back-transforms, a basis identifier, and the Frobenius
reconstruction error (evaluated without a full feature by target matrix)
are retained.