sca | R Documentation |
This function performs Simultaneous Component Analysis (SCA) on a hdanova
object.
sca(object)
object |
A |
An updated hdanova
object with SCA results.
# Load candies data
data(candies)
# Basic HDANOVA model with two factors
mod <- hdanova(assessment ~ candy + assessor, data=candies)
mod <- sca(mod)
scoreplot(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.