This function starts the `confidence tool`. The results will be stored in a subdirectory in the current working directory. See details section below.
conf(x = NULL, tmpdir = tempfile(pattern = "confidence"), browse = TRUE)
name of the input file or a data.frame
containing the
input. If x = NULL
(the default) a file dialog will
appear for interactive selection of an input file. See the package
vignette for details about the file format.
directory to store temporary files (for debugging only)
load resulting report directly in a browser? TRUE
or FALSE
This function will create a subdirectory
in the same directory as x
, in case x
is a filename or
in the current working directory (see getwd
), in case
x
is a data.frame
.
The computer should have write permission to this directory, if not an error message will be raised. The subdirectory contains an HTML-report with all analysis results. For convenience, the results are also stored in CSV-format (tables) and png-format (figures) for further processing.
confidence and the package vignette
(vignette("confidence")
).