SimCheck | R Documentation |
Given the saved files from a runArraySimulation
remote
evaluation check whether all .rds
files have been saved. If missing
the missing row condition numbers will be returned.
SimCheck(dir = NULL, files = NULL, min = 1L, max = NULL)
dir |
character vector input indicating the directory
containing the |
files |
vector of file names referring to the saved simulation files.
E.g. |
min |
minimum number after the |
max |
maximum number after the |
returns an invisible TRUE if all the files are present and FALSE otherwise
Phil Chalmers rphilip.chalmers@gmail.com
Chalmers, R. P., & Adkins, M. C. (2020). Writing Effective and Reliable Monte Carlo Simulations
with the SimDesign Package. The Quantitative Methods for Psychology, 16
(4), 248-280.
\Sexpr[results=rd]{tools:::Rd_expr_doi("10.20982/tqmp.16.4.p248")}
runArraySimulation
, SimCollect
## Not run:
# if files are in mysimfiles/ directory
SimCheck('mysimfiles')
# specifying files explicility
setwd('mysimfiles/')
SimCheck(files=dir())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.