Usage
generalTestBF(formula, data, whichRandom = NULL, whichModels = "withmain",
neverExclude = NULL, iterations = 10000,
progress = options()$BFprogress, rscaleFixed = "medium",
rscaleRandom = "nuisance", rscaleCont = "medium", multicore = FALSE,
method = "auto", noSample = FALSE, callback = function(...)
as.integer(0))
Arguments
formula
a formula containing the full model for
the analysis (see Examples)
data
a data frame containing data for all factors
in the formula
whichRandom
a character vector specifying which
factors are random
whichModels
which set of models to compare; see
Details
neverExclude
a character vector containing a
regular expression (see help for regex for
details) that indicates which terms to always keep in the
analysis iterations
How many Monte Carlo simulations to
generate, if relevant
progress
if TRUE, show progress with a text
progress bar
rscaleFixed
prior scale for standardized, reduced
fixed effects. A number of preset values can be given as
strings; see Details.
rscaleRandom
prior scale for standardized random
effects
rscaleCont
prior scale for standardized slopes
multicore
if TRUE use multiple cores
through the doMC package. Unavailable on Windows.
method
approximation method, if needed. See
nWayAOV for details. noSample
if TRUE, do not sample, instead
returning NA.
callback
callback function for third-party
interfaces