We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e826a50 commit fcc470eCopy full SHA for fcc470e
NEWS.md
@@ -2,6 +2,7 @@
2
3
* anomaly tour is initialised with a random basis
4
* option to label only long axes
5
+* bug fix for save_history with lda_pp
6
7
# tourr 1.2.0
8
R/interesting-indices.r
@@ -150,7 +150,7 @@ lda_pp <- function(cl) {
150
151
1 - summary(fit, test = "Wilks")$stats[[3]]
152
} else {
153
- summary(stats::aov(mat ~ cl))[[1]][4]
+ summary(stats::aov(mat ~ cl))[[1]][1,4]
154
}
155
156
0 commit comments