Skip to content

Commit

Permalink
logregression footnote only for enter
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyDoorn committed May 7, 2024
1 parent 772eb59 commit 8877993
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/regressionlogistic.R
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,10 @@ RegressionLogisticInternal <- function(jaspResults, dataset = NULL, options, ...
rows <- vector("list", length(glmObj))

for (midx in seq_along(glmObj)) {
.linregAddPredictorsInModelFootnote(jaspResults[["modelSummary"]],
options[["modelTerms"]][[midx]][["components"]], midx)

if (options$method == "enter")
.linregAddPredictorsInModelFootnote(jaspResults[["modelSummary"]],
options[["modelTerms"]][[midx]][["components"]], midx)
mObj <- glmObj[[midx]]
if (midx > 1) {
if (options$method == "forward" ||
Expand Down

0 comments on commit 8877993

Please sign in to comment.