Skip to content

Commit

Permalink
fixed Anova2 bug in mining matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
RDastgh1 committed Oct 10, 2024
1 parent 6438466 commit 3646989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/PlotMiningMatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ PlotMiningMatrix <- function(Data, OutcomeVars, PredictorVars, Covariates = NULL
ungroup() %>%
as.data.frame() %>%
select(-p.adj, -p.adj.signif, -logp_FDR)
P_Anova1$nPairs <- P_Anova2$DFd
P_Anova1$nPairs <- P_Anova1$DFd
}else{
P_Anova1 <- NULL
}
Expand Down

0 comments on commit 3646989

Please sign in to comment.