Performs a standard SVD (principal components) rotation on the ENA points. This is the rotation method used by default in Ordered Network Analysis (ONA). Unlike the generalized means rotation, no group labels are required.
Usage
ena.rotate.by.svd(enaset, params = list())Arguments
- enaset
An
ENAsetor compatible list with amodel$points.for.projectionmatrix.- params
A list of additional parameters (currently unused; kept for interface compatibility with other rotation functions).
