- target
a character string indicating the directory containing
Blimp input files (.imp
) to run, a character string
indicating a single .imp
file to run, or a character
vector for multiple .imp
files to run. May be a full
path, relative path, a file name, or a vector of file names
within the working directory.
- recursive
logical: if TRUE
, run all models nested in subdirectories
within a directory. Not relevant if a single or multiple .imp
files were specified for the argument target
.
- replace.out
a character string for specifying three settings:
"always"
(default), which runs all models, regardless
of whether an output file for the model exists, "never"
,
which does not run any model that has an existing output file,
and "modified"
, which only runs a model if the
modified date for the input file is more recent than the
output file modified date.
- posterior
logical: if TRUE
, the posterior distribution including
burn-in and post-burn-in phase for all parameters are saved
in long format in a file called posterior.*
in the folder
specified in the argument folder
and .imp
file
name in the format specified in the argument format
.
- folder
a character string indicating the prefix of the folder for
saving the posterior distributions. The default setting is
folder = "Posterior_"
.
- format
a character vector indicating the file format(s) for saving the
posterior distributions, i.e., "csv"
(default) for
write.csv()
, "csv2"
for write.csv2()
,
"xlsx"
for write.xlsx()
, "rds"
for
saveRDS()
, and "RData"
for write()
.
- clear
logical: if TRUE
, the console is cleared
after estimating each model.
- Blimp
a character string for specifying the name or path of the
Blimp executable to be used for running models. This covers
situations where Blimp is not in the system's path, or where
one wants to test different versions of the Blimp program.
Note that there is no need to specify this argument for most
users since it has intelligent defaults.
- check
logical: if TRUE
(default), argument specification is
checked.