Skip to content

Commit

Permalink
save_history and lda_pp bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dicook committed Jul 5, 2024
1 parent e826a50 commit fcc470e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* anomaly tour is initialised with a random basis
* option to label only long axes
* bug fix for save_history with lda_pp

# tourr 1.2.0

Expand Down
2 changes: 1 addition & 1 deletion R/interesting-indices.r
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ lda_pp <- function(cl) {

1 - summary(fit, test = "Wilks")$stats[[3]]
} else {
summary(stats::aov(mat ~ cl))[[1]][4]
summary(stats::aov(mat ~ cl))[[1]][1,4]
}
}
}
Expand Down

0 comments on commit fcc470e

Please sign in to comment.