| rotate | R Documentation |
Rotates ENA data using a specified rotation function (default: SVD), optionally using formulas or grouping variables.
rotate(x, ..., wh = ena.rotate.by.generalized)
x |
An |
... |
Optional formulas or additional arguments for rotation. |
wh |
Function to use for rotation (default: |
The rotated ena.set object with updated rotation matrices.
# Assuming 'set' is an ena.set object:
data(RS.data)
codes <- c("Data", "Technical.Constraints", "Performance.Parameters",
"Client.and.Consultant.Requests", "Design.Reasoning",
"Collaboration")
units <- c("Condition", "UserName")
horizon <- c("Condition", "GroupName")
enaset <- RS.data |>
accumulate(units, codes, horizon) |>
sphere_norm() |>
center() |>
rotate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.