Skip to content

Commit

Permalink
Update wrappers (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
boutinb authored Nov 22, 2023
1 parent 5aeb5b7 commit 7c6b5d4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion R/ancovaWrapper.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

Ancova <- function(
data = NULL,
version = "0.17.1",
version = "0.18.2",
formula = NULL,
contrastCi = FALSE,
contrastCiLevel = 0.95,
Expand All @@ -40,6 +40,9 @@ Ancova <- function(
effectSizePartialEtaSquared = FALSE,
factorCovariateIndependenceCheck = FALSE,
fixedFactors = list(),
homogeneityCorrectionBrown = FALSE,
homogeneityCorrectionNone = TRUE,
homogeneityCorrectionWelch = FALSE,
homogeneityTests = FALSE,
kruskalWallisFactors = list(),
marginalMeanBootstrap = FALSE,
Expand Down
2 changes: 1 addition & 1 deletion R/ancovabayesianWrapper.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

AncovaBayesian <- function(
data = NULL,
version = "0.17.1",
version = "0.18.2",
formula = NULL,
isNuisance = NULL,
bayesFactorOrder = "bestModelTop",
Expand Down
2 changes: 1 addition & 1 deletion R/anovaWrapper.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

Anova <- function(
data = NULL,
version = "0.17.1",
version = "0.18.2",
formula = NULL,
contrastCi = FALSE,
contrastCiLevel = 0.95,
Expand Down
2 changes: 1 addition & 1 deletion R/anovabayesianWrapper.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

AnovaBayesian <- function(
data = NULL,
version = "0.17.1",
version = "0.18.2",
formula = NULL,
isNuisance = NULL,
bayesFactorOrder = "bestModelTop",
Expand Down
2 changes: 1 addition & 1 deletion R/anovarepeatedmeasuresWrapper.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

AnovaRepeatedMeasures <- function(
data = NULL,
version = "0.17.1",
version = "0.18.2",
betweenModelTerms = list(),
betweenSubjectFactors = list(),
conoverTest = FALSE,
Expand Down
2 changes: 1 addition & 1 deletion R/anovarepeatedmeasuresbayesianWrapper.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

AnovaRepeatedMeasuresBayesian <- function(
data = NULL,
version = "0.17.1",
version = "0.18.2",
bayesFactorOrder = "bestModelTop",
bayesFactorType = "BF10",
bernoulliParameter = 0.5,
Expand Down
2 changes: 1 addition & 1 deletion R/manovaWrapper.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

Manova <- function(
data = NULL,
version = "0.17.1",
version = "0.18.2",
formula = NULL,
anovaTables = FALSE,
boxMTest = FALSE,
Expand Down

0 comments on commit 7c6b5d4

Please sign in to comment.