Skip to content

Commit

Permalink
Merge pull request #34 from adamlilith/winterIsComing
Browse files Browse the repository at this point in the history
Update `say()`'s
  • Loading branch information
adamlilith authored Jan 2, 2024
2 parents 8503fc6 + cf86fd1 commit b3b6f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/makeFormulae.r
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ makeFormulae <- function(
if (!is.null(verbotenCombos)) iaModels <- .removeVerbotenVariableCombos(iaModels, verbotenCombos=verbotenCombos)

# all models with 2-way interaction terms with appropriate linear terms and some other linear terms that are not part of interaction terms
if (verbose) omnibus::say('Making formulae with two-way interaction and appropriate linear terms plus\n other linear terms that are not part of interaction terms...')
if (verbose) omnibus::say('Making formulae with two-way interaction and appropriate linear terms plus other linear terms that are not part of interaction terms...')

for (countIa in seq_along(iaModels)) {

Expand Down Expand Up @@ -290,7 +290,7 @@ makeFormulae <- function(
### add linear terms that may not be in combined quad and interaction models
############################################################################

if (verbose) omnibus::say('Making formulae with all possible two-way interaction, quadratic,\n and appropriate linear terms plus linear terms not already in formula...')
if (verbose) omnibus::say('Making formulae with all possible two-way interaction, quadratic, and appropriate linear terms plus linear terms not already in formula...')

# if there are still any IA quadratic models
if (length(iaQuadModels) > 0) {
Expand Down

0 comments on commit b3b6f80

Please sign in to comment.