You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(ade4)
example(dudi.mix)
dd1$cr
summary(lm(dd1$li[,1]~as.matrix(dd1$tab[,1])))
## cr is equal to R2 when add.square = FALSE
dd2$cr
summary(lm(dd2$li[,1]~as.matrix(dd2$tab[,1:2])))
## cr is not equal to R2 when add.square = FALSE