# Load candies data
data(candies)
# Basic ASCA model with two factors and interaction
mod <- asca(assessment ~ candy * assessor, data=candies)
# Biplot
biplot(mod)
# Biplot with named loadings
biplot(mod, labels="names")
Run the code above in your browser using DataLab